summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2014-10-31ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara2-0/+3
2014-10-31xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner1-2/+14
2014-10-31ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu1-1/+1
2014-10-31fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud1-1/+1
2014-10-31NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson2-3/+11
2014-10-31NFSv4: fix open/lock state recovery error handlingTrond Myklebust1-10/+6
2014-10-31NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust1-1/+0
2014-10-31Btrfs: fix race in WAIT_SYNC ioctlSage Weil1-3/+9
2014-10-31Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik1-1/+4
2014-10-31Btrfs: cleanup error handling in build_backref_treeJosef Bacik1-29/+59
2014-10-31Btrfs: try not to ENOSPC on log replayJosef Bacik1-1/+2
2014-10-31btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba1-0/+6
2014-10-30lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro1-1/+3
2014-10-30dcache: add missing lockdep annotationLinus Torvalds1-1/+1
2014-10-30dentry_kill() doesn't need the second argument nowAl Viro1-7/+4
2014-10-30dealing with the rest of shrink_dentry_list() livelockAl Viro1-2/+20
2014-10-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro1-12/+41
2014-10-30expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro1-13/+17
2014-10-30split dentry_kill()Al Viro1-26/+36
2014-10-30lift the "already marked killed" case into shrink_dentry_list()Al Viro1-6/+9
2014-10-30dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi1-23/+4
2014-10-30more graceful recovery in umount_collect()Al Viro1-76/+25
2014-10-30don't remove from shrink list in select_collect()Al Viro1-21/+10
2014-10-30dentry_kill(): don't try to remove from shrink listAl Viro1-8/+19
2014-10-30expand the call of dentry_lru_del() in dentry_kill()Al Viro1-1/+6
2014-10-30new helper: dentry_free()Al Viro1-5/+10
2014-10-30fold try_prune_one_dentry()Al Viro1-50/+25
2014-10-30fold d_kill() and d_free()Al Viro1-52/+24
2014-10-30fold try_to_ascend() into the sole remaining callerAl Viro1-31/+18
2014-10-30fold __d_shrink() into its only remaining callerAl Viro1-22/+10
2014-10-30switch shrink_dcache_for_umount() to use of d_walk()Al Viro1-110/+85
2014-10-17fs: Add a missing permission check to do_umountAndy Lutomirski1-0/+2
2014-10-17nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-10-13CIFS: Fix SMB2 readdir error handlingPavel Shilovsky7-8/+25
2014-10-13udf: Avoid infinite loop when processing indirect ICBsJan Kara1-14/+21
2014-10-13aio: block exit_aio() until all context requests are completedGu Zheng1-1/+7
2014-10-13Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov1-2/+4
2014-10-13don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro1-16/+17
2014-10-13ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi1-8/+10
2014-10-13nilfs2: fix data loss with mmap()Andreas Rohner1-1/+6
2014-10-13fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin1-1/+1
2014-10-13fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin1-2/+2
2014-10-13eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss1-1/+2
2014-10-13lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields1-3/+1
2014-10-13NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust1-15/+15
2014-10-13NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson1-18/+20
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman11-28/+25
2014-09-26fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman1-5/+16
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2014-09-26fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8