summaryrefslogtreecommitdiff
path: root/scripts/cleanpatch
AgeCommit message (Collapse)Author
2007-07-16scripts: Make cleanfile/cleanpatch warn about long linesH. Peter Anvin
Make the "cleanfile" and "cleanpatch" script warn about long lines, by default lines whose visual width exceeds 79 characters. Per suggestion from Auke Kok. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
2007-05-02cleanpatch: a script to clean up stealth whitespace added by a patchH. Peter Anvin
This script is a companion to the "cleanfile" script. This cleans up a patch in unified diff format *before* it is applied. Note that the empty lines at the end of file detection *requires* that the diff was taken with at least one line of context around each hunk, or bad things will happen. This script cleans up various classes of stealth whitespace. In particular, it cleans up: - Whitespace (spaces or tabs)before newline; - DOS line endings (CR before LF); - Space before tab (spaces are deleted or converted to tabs); - Empty lines at end of file. Signed-off-by: H. Peter Anvin <hpa@zytor.com> Signed-off-by: Sam Ravnborg <sam@ravnborg.org>
4630063f96'>cifs: don't take exclusive lock for updating target hintsPaulo Alcantara 2023-01-18cifs: avoid re-lookups in dfs_cache_find()Paulo Alcantara 2023-01-18cifs: fix potential deadlock in cache_refresh_path()Paulo Alcantara 2023-01-10cifs: remove redundant assignment to the variable matchColin Ian King 2022-12-19cifs: don't block in dfs_cache_noreq_update_tgthint()Paulo Alcantara 2022-12-19cifs: refresh root referralsPaulo Alcantara 2022-12-19cifs: fix refresh of cached referralsPaulo Alcantara 2022-12-19cifs: don't refresh cached referrals from unactive mountsPaulo Alcantara 2022-12-19cifs: share dfs connections and supersPaulo Alcantara 2022-12-19cifs: set resolved ip in sockaddrPaulo Alcantara 2022-10-05smb3: add dynamic trace points for tree disconnectSteve French 2022-08-01cifs: avoid use of global locks for high contention dataShyam Prasad N 2022-06-04cifs: fix uninitialized pointer in error case in dfs_cache_get_tgt_shareSteve French 2022-06-03cifs: skip trailing separators of prefix pathsPaulo Alcantara 2022-06-01cifs: fix potential deadlock in direct reclaimVincent Whitchurch 2022-05-20cifs: return ENOENT for DFS lookup_cache_entry()Enzo Matsumiya 2022-04-20cifs: fix NULL ptr dereference in refresh_mounts()Paulo Alcantara 2022-03-18cifs: use a different reconnect helper for non-cifsd threadsShyam Prasad N 2022-02-08cifs: call helper functions for marking channels for reconnectShyam Prasad N 2022-01-19cifs: cifs_ses_mark_for_reconnect should also update reconnect bitsShyam Prasad N 2021-11-16cifs: introduce cifs_ses_mark_for_reconnect() helperPaulo Alcantara 2021-11-10cifs: support nested dfs links over reconnectPaulo Alcantara 2021-11-09cifs: fix print of hdr_flags in dfscache_proc_show()Paulo Alcantara 2021-07-22cifs: support share failover when remountingPaulo Alcantara 2021-06-20cifs: fix check of dfs interlinksPaulo Alcantara 2021-06-20cifs: avoid starvation when refreshing dfs cachePaulo Alcantara 2021-06-20cifs: set a minimum of 2 minutes for refreshing dfs cachePaulo Alcantara 2021-06-20cifs: fix path comparison and hash calcPaulo Alcantara 2021-06-20cifs: handle different charsets in dfs cachePaulo Alcantara 2021-06-20cifs: keep referral server sessions alivePaulo Alcantara 2021-06-20cifs: get rid of @noreq param in __dfs_cache_find()Paulo Alcantara 2021-06-20cifs: Remove unused inline function is_sysvol_or_netlogon()YueHaibing 2021-04-25cifs: constify get_normalized_path() properlyAl Viro 2021-04-25cifs: don't cargo-cult strndup()Al Viro 2021-02-25cifs: introduce helper for finding referral server to improve DFS target reso...Paulo Alcantara 2021-01-28cifs: fix dfs domain referralsRonnie Sahlberg 2021-01-13cifs: check pointer before freeingTom Rix 2020-12-14cifs: move cifs_cleanup_volume_info[_content] to fs_context.cRonnie Sahlberg 2020-12-13cifs: remove the devname argument to cifs_compose_mount_optionsRonnie Sahlberg 2020-12-13cifs: switch to new mount apiRonnie Sahlberg 2020-12-13cifs: rename dup_vol to smb3_fs_context_dup and move it into fs_context.cRonnie Sahlberg 2020-12-13cifs: rename smb_vol as smb3_fs_context and move it to fs_context.hRonnie Sahlberg 2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds 2020-08-07mm, treewide: rename kzfree() to kfree_sensitive()Waiman Long