summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-15move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-59/+60
2015-01-15udf: Check component length before reading itJan Kara1-2/+7
2015-01-15udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-15udf: Verify i_size when loading inodeJan Kara1-0/+18
2015-01-15udf: Check path length when reading symlinkJan Kara5-20/+48
2015-01-15isofs: Fix unchecked printing of ER recordsJan Kara1-0/+3
2015-01-15Btrfs: fix loop writing of async reclaimLiu Bo1-3/+14
2015-01-15genirq: Prevent proc race against freeing of irq descriptorsThomas Gleixner1-1/+1
2015-01-15Btrfs: fix fs corruption on transaction abort if device supports discardFilipe Manana2-10/+6
2015-01-15eCryptfs: Remove buggy and unnecessary write in file name decode routineMichael Halcrow1-1/+0
2015-01-15eCryptfs: Force RO mount when encrypted view is enabledTyler Hicks2-15/+13
2015-01-15ocfs2: fix journal commit deadlockJunxiao Bi1-2/+14
2015-01-15mnt: Fix a memory stomp in umountEric W. Biederman1-0/+2
2015-01-15ceph: do_sync is never initializedDan Carpenter1-1/+1
2015-01-15isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2015-01-15reiserfs: destroy allocated commit workqueueJiri Slaby1-0/+3
2015-01-15userns: Add a knob to disable setgroups on a per user namespace basisEric W. Biederman1-0/+53
2015-01-15pstore-ram: Allow optional mapping with pgprot_noncachedTony Lindgren2-11/+33
2015-01-15pstore-ram: Fix hangs by using write-combine mappingsRob Herring1-2/+2
2015-01-15ncpfs: return proper error from NCP_IOC_SETROOT ioctlJan Kara1-1/+0
2015-01-15nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-1/+1
2015-01-15nfsd4: fix xdr4 inclusion of escaped charBenjamin Coddington1-0/+3
2015-01-15fs: nfsd: Fix signedness bug in compare_blobRasmus Villemoes1-8/+7
2015-01-12umount: Disallow unprivileged mount forceEric W. Biederman1-0/+3
2015-01-12mnt: Implicitly add MNT_NODEV on remount when it was implicitly added by mountEric W. Biederman1-1/+7
2015-01-12nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-05Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-05Btrfs: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2015-01-05Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
2015-01-05dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2015-01-05writeback: fix a subtle race condition in I_DIRTY clearingTejun Heo1-7/+22
2015-01-05btrfs: don't go readonly on existing qgroup itemsMark Fasheh1-2/+8
2014-12-10btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-12-10nfsd: Fix slot wake up race in the nfsv4.1 callback codeTrond Myklebust1-2/+6
2014-12-10nfsd: correctly define v4.2 support attributesChristoph Hellwig1-3/+6
2014-12-04aio: fix uncorrent dirty pages accouting when truncating AIO ring bufferGu Zheng1-7/+14
2014-12-02nfs: Don't busy-wait on SIGKILL in __nfs_iocounter_waitDavid Jeffery1-1/+1
2014-12-01vfs: Don't exchange "short" filenames unconditionally.Mikhail Efremov1-9/+19
2014-12-01fold swapping ->d_name.hash into switch_names()Linus Torvalds1-3/+1
2014-12-01btrfs: fix lockups from btrfs_clear_path_blockingChris Mason3-15/+25
2014-11-27NFS: Don't try to reclaim delegation open state if recovery failedTrond Myklebust1-0/+2
2014-11-27NFSv4: Ensure that we call FREE_STATEID when NFSv4.x stateids are revokedTrond Myklebust2-11/+0
2014-11-27NFSv4: Fix races between nfs_remove_bad_delegation() and delegation returnTrond Myklebust3-3/+23
2014-11-27NFSv4.1: nfs41_clear_delegation_stateid shouldn't trust NFS_DELEGATED_STATETrond Myklebust1-25/+17
2014-11-27NFSv4: Ensure that we remove NFSv4.0 delegations when state has expiredTrond Myklebust1-1/+23
2014-11-27nfs: Fix use of uninitialized variable in nfs_getattr()Jan Kara1-1/+1
2014-11-27nfs: fix pnfs direct write memory leakPeng Tao1-0/+1
2014-11-14[jffs2] kill wbuf_queued/wbuf_dwork_lockAl Viro2-17/+2
2014-11-14missing data dependency barrier in prepend_name()Al Viro1-0/+5
2014-11-14UBIFS: fix free log space calculationArtem Bityutskiy1-2/+6