summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2015-02-11ext4: prevent bugon on race between write/fcntlDmitry Monakhov
2015-02-11nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi
2015-02-11Complete oplock break jobs before closing file handleSachin Prabhu
2015-02-05pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX
2015-02-05pstore: skip zero size persistent ram buffer in traverseLiu ShuoX
2015-02-05pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX
2015-02-05NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust
2015-02-05nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao
2015-01-29mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman
2015-01-29fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman
2015-01-29mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman
2015-01-29fix deadlock in cifs_ioctl_clone()Al Viro
2015-01-27fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann
2015-01-27LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust
2015-01-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner
2015-01-16Btrfs: don't delay inode ref updates during log replayChris Mason
2015-01-16nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi
2015-01-16ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng
2015-01-16ceph: do_sync is never initializedDan Carpenter
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes
2015-01-16writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo
2015-01-16pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren
2015-01-16pstore-ram: Fix hangs by using write-combine mappingsRob Herring
2015-01-16ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei
2015-01-16ocfs2: fix journal commit deadlockJunxiao Bi
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks
2015-01-08udf: Verify symlink size before loading itJan Kara
2015-01-08ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman
2015-01-08umount: Disallow unprivileged mount forceEric W. Biederman
2015-01-08mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman
2015-01-08mnt: Fix a memory stomp in umountEric W. Biederman
2015-01-08isofs: Fix unchecked printing of ER recordsJan Kara
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara
2014-12-06nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery
2014-12-06locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton
2014-12-06nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton
2014-12-06nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust
2014-12-06nfsd: correctly define v4.2 support attributesChristoph Hellwig
2014-12-06aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng
2014-11-21fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen
2014-11-21fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner
2014-11-21callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro
2014-11-21mm: remove read_cache_page_async()Sasha Levin