summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner2015-01-151-1/+1
* Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2015-01-152-10/+6
* eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow2015-01-151-1/+0
* eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2015-01-152-15/+13
* ocfs2: fix journal commit deadlockJunxiao Bi2015-01-151-2/+14
* mnt: Fix a memory stomp in umountEric W. Biederman2015-01-151-0/+2
* ceph: do_sync is never initializedDan Carpenter2015-01-151-1/+1
* isofs: Fix infinite looping over CE entriesJan Kara2015-01-151-0/+6
* reiserfs: destroy allocated commit workqueueJiri Slaby2015-01-151-0/+3
* userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman2015-01-151-0/+53
* pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2015-01-152-11/+33
* pstore-ram: Fix hangs by using write-combine mappingsRob Herring2015-01-151-2/+2
* ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara2015-01-151-1/+0
* nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington2015-01-151-1/+1
* nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington2015-01-151-0/+3
* fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes2015-01-151-8/+7
* umount: Disallow unprivileged mount forceEric W. Biederman2015-01-121-0/+3
* mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman2015-01-121-1/+7
* nfs41: fix nfs4_proc_layoutget error handlingPeng Tao2015-01-121-3/+3
* Btrfs: do not move em to modified list when unpinningJosef Bacik2015-01-051-2/+0
* Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik2015-01-056-6/+72
* Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik2015-01-051-1/+1
* dcache: fix kmemcheck warning in switch_namesMikulas Patocka2015-01-051-0/+2
* writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo2015-01-051-7/+22
* btrfs: don't go readonly on existing qgroup itemsMark Fasheh2015-01-051-2/+8
* btrfs: zero out left over bytes after processing compression streamsChris Mason2014-12-104-5/+67
* nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust2014-12-101-2/+6
* nfsd: correctly define v4.2 support attributesChristoph Hellwig2014-12-101-3/+6
* aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng2014-12-041-7/+14
* nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery2014-12-021-1/+1
* vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov2014-12-011-9/+19
* fold swapping ->d_name.hash into switch_names()Linus Torvalds2014-12-011-3/+1
* btrfs: fix lockups from btrfs_clear_path_blockingChris Mason2014-12-013-15/+25
* NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust2014-11-271-0/+2
* NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2014-11-272-11/+0
* NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust2014-11-273-3/+23
* NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust2014-11-271-25/+17
* NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust2014-11-271-1/+23
* nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara2014-11-271-1/+1
* nfs: fix pnfs direct write memory leakPeng Tao2014-11-271-0/+1
* [jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2014-11-142-17/+2
* missing data dependency barrier in prepend_name()Al Viro2014-11-141-0/+5
* UBIFS: fix free log space calculationArtem Bityutskiy2014-11-141-2/+6
* UBIFS: fix a race conditionArtem Bityutskiy2014-11-142-8/+11
* UBIFS: remove mst_mutexArtem Bityutskiy2014-11-144-9/+3
* fs: Fix theoretical division by 0 in super_cache_scan().Tetsuo Handa2014-11-141-0/+2
* fs: make cont_expand_zero interruptibleMikulas Patocka2014-11-141-0/+5
* lockd: Try to reconnect if statd has movedBenjamin Coddington2014-11-141-0/+6
* GFS2: Make rename not save dirent locationBob Peterson2014-11-143-5/+11
* fix breakage in o2net_send_tcp_msg()Al Viro2014-11-141-1/+1