summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-02-11ext4: prevent bugon on race between write/fcntlDmitry Monakhov1-4/+4
2015-02-11nilfs2: fix deadlock of segment constructor over I_SYNC flagRyusuke Konishi3-7/+44
2015-02-11Complete oplock break jobs before closing file handleSachin Prabhu1-1/+5
2015-02-06pstore: Fix NULL pointer fault if get NULL prz in ramoops_get_next_przLiu ShuoX1-0/+2
2015-02-06pstore: skip zero size persistent ram buffer in traverseLiu ShuoX1-5/+5
2015-02-06pstore: clarify clearing of _read_cnt in ramoops_contextLiu ShuoX1-1/+2
2015-02-06NFSv4.1: Fix an Oops in nfs41_walk_client_listTrond Myklebust1-1/+1
2015-02-06nfs: fix dio deadlock when O_DIRECT flag is flippedPeng Tao1-0/+6
2015-01-30mm: non-atomically mark page accessed during page cache allocation where poss...Mel Gorman11-26/+23
2015-01-30fs: buffer: do not use unnecessary atomic operations when discarding buffersMel Gorman1-5/+16
2015-01-30mm: page_alloc: convert hot/cold parameter and immediate callers to boolMel Gorman1-1/+1
2015-01-30fix deadlock in cifs_ioctl_clone()Al Viro1-16/+5
2015-01-27fsnotify: next_i is freed during fsnotify_unmount_inodes.Jerry Hoemann1-6/+11
2015-01-27LOCKD: Fix a race when initialising nlmsvc_timeoutTrond Myklebust1-4/+4
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-27genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2015-01-16Btrfs: don't delay inode ref updates during log replayChris Mason1-0/+8
2015-01-16nilfs2: fix the nilfs_iget() vs. nilfs_new_inode() racesRyusuke Konishi2-11/+36
2015-01-16ceph: fix null pointer dereference in discard_cap_releases()Yan, Zheng1-9/+12
2015-01-16ceph: do_sync is never initializedDan Carpenter1-1/+1
2015-01-16nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-16fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2015-01-16writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo1-7/+22
2015-01-16pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2015-01-16pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2015-01-16ocfs2: fix the wrong directory passed to ocfs2_lookup_ino_from_name() when li...Xue jiufei1-8/+35
2015-01-16ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2015-01-08Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-08eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2015-01-08userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2015-01-08umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-08mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2015-01-08mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2015-01-08isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-07nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-12-07locks: eliminate BUG() call when there's an unexpected lock on file closeJeff Layton1-6/+18
2014-12-07nfsd: don't halt scanning the DRC LRU list when there's an RC_INPROG entryJeff Layton1-9/+8
2014-12-07nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-07nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-12-07aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng1-7/+14
2014-11-21fs/superblock: avoid locking counting inodes and dentries before reclaiming themTim Chen1-4/+8
2014-11-21fs/superblock: unregister sb shrinker before ->kill_sb()Dave Chinner1-3/+1
2014-11-21callers of iov_copy_from_user_atomic() don't need pagecache_disable()Al Viro2-7/+0
2014-11-21mm: remove read_cache_page_async()Sasha Levin2-3/+2