index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2014-10-31
ext2: Fix fs corruption in ext2_get_xip_mem()
Jan Kara
2
-0
/
+3
2014-10-31
xfs: ensure WB_SYNC_ALL writeback handles partial pages correctly
Dave Chinner
1
-2
/
+14
2014-10-31
ecryptfs: avoid to access NULL pointer when write metadata in xattr
Chao Yu
1
-1
/
+1
2014-10-31
fanotify: enable close-on-exec on events' fd when requested in fanotify_init()
Yann Droneaud
1
-1
/
+1
2014-10-31
NFSv4.1: Fix an NFSv4.1 state renewal regression
Andy Adamson
2
-3
/
+11
2014-10-31
NFSv4: fix open/lock state recovery error handling
Trond Myklebust
1
-10
/
+6
2014-10-31
NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM fails
Trond Myklebust
1
-1
/
+0
2014-10-31
Btrfs: fix race in WAIT_SYNC ioctl
Sage Weil
1
-3
/
+9
2014-10-31
Btrfs: fix build_backref_tree issue with multiple shared blocks
Josef Bacik
1
-1
/
+4
2014-10-31
Btrfs: cleanup error handling in build_backref_tree
Josef Bacik
1
-29
/
+59
2014-10-31
Btrfs: try not to ENOSPC on log replay
Josef Bacik
1
-1
/
+2
2014-10-31
btrfs: wake up transaction thread from SYNC_FS ioctl
David Sterba
1
-0
/
+6
2014-10-30
lock_parent: don't step on stale ->d_parent of all-but-freed one
Al Viro
1
-1
/
+3
2014-10-30
dcache: add missing lockdep annotation
Linus Torvalds
1
-1
/
+1
2014-10-30
dentry_kill() doesn't need the second argument now
Al Viro
1
-7
/
+4
2014-10-30
dealing with the rest of shrink_dentry_list() livelock
Al Viro
1
-2
/
+20
2014-10-30
shrink_dentry_list(): take parent's ->d_lock earlier
Al Viro
1
-12
/
+41
2014-10-30
expand dentry_kill(dentry, 0) in shrink_dentry_list()
Al Viro
1
-13
/
+17
2014-10-30
split dentry_kill()
Al Viro
1
-26
/
+36
2014-10-30
lift the "already marked killed" case into shrink_dentry_list()
Al Viro
1
-6
/
+9
2014-10-30
dcache: don't need rcu in shrink_dentry_list()
Miklos Szeredi
1
-23
/
+4
2014-10-30
more graceful recovery in umount_collect()
Al Viro
1
-76
/
+25
2014-10-30
don't remove from shrink list in select_collect()
Al Viro
1
-21
/
+10
2014-10-30
dentry_kill(): don't try to remove from shrink list
Al Viro
1
-8
/
+19
2014-10-30
expand the call of dentry_lru_del() in dentry_kill()
Al Viro
1
-1
/
+6
2014-10-30
new helper: dentry_free()
Al Viro
1
-5
/
+10
2014-10-30
fold try_prune_one_dentry()
Al Viro
1
-50
/
+25
2014-10-30
fold d_kill() and d_free()
Al Viro
1
-52
/
+24
2014-10-30
fold try_to_ascend() into the sole remaining caller
Al Viro
1
-31
/
+18
2014-10-30
fold __d_shrink() into its only remaining caller
Al Viro
1
-22
/
+10
2014-10-30
switch shrink_dcache_for_umount() to use of d_walk()
Al Viro
1
-110
/
+85
2014-10-17
fs: Add a missing permission check to do_umount
Andy Lutomirski
1
-0
/
+2
2014-10-17
nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_wait
David Jeffery
1
-1
/
+1
2014-10-13
CIFS: Fix SMB2 readdir error handling
Pavel Shilovsky
7
-8
/
+25
2014-10-13
udf: Avoid infinite loop when processing indirect ICBs
Jan Kara
1
-14
/
+21
2014-10-13
aio: block exit_aio() until all context requests are completed
Gu Zheng
1
-1
/
+7
2014-10-13
Fix nasty 32-bit overflow bug in buffer i/o code.
Anton Altaparmakov
1
-2
/
+4
2014-10-13
don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()
Al Viro
1
-16
/
+17
2014-10-13
ocfs2/dlm: do not get resource spinlock if lockres is new
Joseph Qi
1
-8
/
+10
2014-10-13
nilfs2: fix data loss with mmap()
Andreas Rohner
1
-1
/
+6
2014-10-13
fs/notify: don't show f_handle if exportfs_encode_inode_fh failed
Andrey Vagin
1
-1
/
+1
2014-10-13
fsnotify/fdinfo: use named constants instead of hardcoded values
Andrey Vagin
1
-2
/
+2
2014-10-13
eventpoll: fix uninitialized variable in epoll_ctl
Nicolas Iooss
1
-1
/
+2
2014-10-13
lockd: fix rpcbind crash on lockd startup failure
J. Bruce Fields
1
-3
/
+1
2014-10-13
NFSv4: Fix another bug in the close/open_downgrade code
Trond Myklebust
1
-15
/
+15
2014-10-13
NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()
Steve Dickson
1
-18
/
+20
2014-09-26
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
11
-28
/
+25
2014-09-26
fs: buffer: do not use unnecessary atomic operations when discarding buffers
Mel Gorman
1
-5
/
+16
2014-09-26
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-09-26
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
Tim Chen
1
-4
/
+8
[next]