summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
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
2014-09-26fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner
2014-09-26callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-09-26mm: remove read_cache_page_async()Sasha Levin
2014-09-26mm + fs: prepare for non-page entries in page cache radix treesJohannes Weiner
2014-09-26mm: filemap: move radix tree hole searching hereJohannes Weiner
2014-09-26mm: per-thread vma cachingDavidlohr Bueso
2014-09-26hugetlb: ensure hugepage access is denied if hugepages are not supportedNishanth Aravamudan
2014-09-26aio: add missing smp_rmb() in read_events_ringJeff Moyer
2014-09-18CIFS: Fix directory rename errorPavel Shilovsky
2014-09-17CIFS: Fix wrong restart readdir for SMB1Pavel Shilovsky
2014-09-17CIFS: Fix wrong filename length for SMB2Pavel Shilovsky
2014-09-17CIFS: Fix wrong directory attributes after renamePavel Shilovsky
2014-09-17CIFS: Possible null ptr deref in SMB2_tconSteve French