summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2014-10-31ext2: Fix fs corruption in ext2_get_xip_mem()Jan Kara
2014-10-31xfs: ensure WB_SYNC_ALL writeback handles partial pages correctlyDave Chinner
2014-10-31ecryptfs: avoid to access NULL pointer when write metadata in xattrChao Yu
2014-10-31fanotify: enable close-on-exec on events' fd when requested in fanotify_init()Yann Droneaud
2014-10-31NFSv4.1: Fix an NFSv4.1 state renewal regressionAndy Adamson
2014-10-31NFSv4: fix open/lock state recovery error handlingTrond Myklebust
2014-10-31NFSv4: Fix lock recovery when CREATE_SESSION/SETCLIENTID_CONFIRM failsTrond Myklebust
2014-10-31Btrfs: fix race in WAIT_SYNC ioctlSage Weil
2014-10-31Btrfs: fix build_backref_tree issue with multiple shared blocksJosef Bacik
2014-10-31Btrfs: cleanup error handling in build_backref_treeJosef Bacik
2014-10-31Btrfs: try not to ENOSPC on log replayJosef Bacik
2014-10-31btrfs: wake up transaction thread from SYNC_FS ioctlDavid Sterba
2014-10-30lock_parent: don't step on stale ->d_parent of all-but-freed oneAl Viro
2014-10-30dcache: add missing lockdep annotationLinus Torvalds
2014-10-30dentry_kill() doesn't need the second argument nowAl Viro
2014-10-30dealing with the rest of shrink_dentry_list() livelockAl Viro
2014-10-30shrink_dentry_list(): take parent's ->d_lock earlierAl Viro
2014-10-30expand dentry_kill(dentry, 0) in shrink_dentry_list()Al Viro
2014-10-30split dentry_kill()Al Viro
2014-10-30lift the "already marked killed" case into shrink_dentry_list()Al Viro
2014-10-30dcache: don't need rcu in shrink_dentry_list()Miklos Szeredi
2014-10-30more graceful recovery in umount_collect()Al Viro
2014-10-30don't remove from shrink list in select_collect()Al Viro
2014-10-30dentry_kill(): don't try to remove from shrink listAl Viro
2014-10-30expand the call of dentry_lru_del() in dentry_kill()Al Viro
2014-10-30new helper: dentry_free()Al Viro
2014-10-30fold try_prune_one_dentry()Al Viro
2014-10-30fold d_kill() and d_free()Al Viro
2014-10-30fold try_to_ascend() into the sole remaining callerAl Viro
2014-10-30fold __d_shrink() into its only remaining callerAl Viro
2014-10-30switch shrink_dcache_for_umount() to use of d_walk()Al Viro
2014-10-17fs: Add a missing permission check to do_umountAndy Lutomirski
2014-10-17nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery
2014-10-13CIFS: Fix SMB2 readdir error handlingPavel Shilovsky
2014-10-13udf: Avoid infinite loop when processing indirect ICBsJan Kara
2014-10-13aio: block exit_aio() until all context requests are completedGu Zheng
2014-10-13Fix nasty 32-bit overflow bug in buffer i/o code.Anton Altaparmakov
2014-10-13don't bugger nd->seq on set_root_rcu() from follow_dotdot_rcu()Al Viro
2014-10-13ocfs2/dlm: do not get resource spinlock if lockres is newJoseph Qi
2014-10-13nilfs2: fix data loss with mmap()Andreas Rohner
2014-10-13fs/notify: don't show f_handle if exportfs_encode_inode_fh failedAndrey Vagin
2014-10-13fsnotify/fdinfo: use named constants instead of hardcoded valuesAndrey Vagin
2014-10-13eventpoll: fix uninitialized variable in epoll_ctlNicolas Iooss
2014-10-13lockd: fix rpcbind crash on lockd startup failureJ. Bruce Fields
2014-10-13NFSv4: Fix another bug in the close/open_downgrade codeTrond Myklebust
2014-10-13NFSv4: nfs4_state_manager() vs. nfs_server_remove_lists()Steve Dickson
2014-09-26mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2014-09-26fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman
2014-09-26mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2014-09-26fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen