summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-01-27NFSv4.1: Fix client id trunking on LinuxTrond Myklebust1-9/+8
2015-01-27locks: fix NULL-deref in generic_delete_leaseNeilBrown1-1/+1
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: do_sync is never initializedDan Carpenter1-1/+1
2015-01-16nfsd: fix fi_delegees leak when fi_had_conflict returns trueJeff Layton1-1/+1
2015-01-16nfsd4: fix xdr4 count of server in fs_location4Benjamin Coddington1-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-16reiserfs: destroy allocated commit workqueueJiri Slaby1-0/+3
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: make sure logged extents complete in the current transaction V3Josef Bacik6-6/+72
2015-01-08Btrfs: do not move em to modified list when unpinningJosef Bacik1-2/+0
2015-01-08btrfs: fix wrong accounting of raid1 data profile in statfsDavid Sterba1-1/+1
2015-01-08Btrfs: make sure we wait on logged extents when fsycning two subvolsJosef Bacik1-1/+1
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: Check component length before reading itJan Kara1-2/+7
2015-01-08udf: Verify symlink size before loading itJan Kara1-4/+13
2015-01-08udf: Verify i_size when loading inodeJan Kara1-0/+14
2015-01-08udf: Check path length when reading symlinkJan Kara5-20/+48
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-08dcache: fix kmemcheck warning in switch_namesMikulas Patocka1-0/+2
2015-01-08nfs41: fix nfs4_proc_layoutget error handlingPeng Tao1-3/+3
2015-01-08f2fs: fix possible data corruption in f2fs_write_begin()Jan Kara1-13/+11
2015-01-08f2fs: avoid returning uninitialized value to userspace from f2fs_trim_fs()Jan Kara1-1/+1
2015-01-08isofs: Fix infinite looping over CE entriesJan Kara1-0/+6
2014-12-16deal with deadlock in d_walk()Al Viro1-15/+16
2014-12-16move d_rcu from overlapping d_child to overlapping d_aliasAl Viro16-57/+56
2014-12-03fat: fix oops on corrupted vfat fsAl Viro1-9/+11
2014-12-02Merge tag 'ext4_for_linus_urgent' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-3/+2
2014-12-02jbd2: fix regression where we fail to initialize checksum seed when loadingDarrick J. Wong1-3/+2
2014-11-30btrfs: zero out left over bytes after processing compression streamsChris Mason4-5/+67
2014-11-26Merge branch 'for-3.18' of git://linux-nfs.org/~bfields/linuxLinus Torvalds2-5/+12
2014-11-26Merge git://git.kvack.org/~bcrl/aio-fixesLinus Torvalds1-7/+14
2014-11-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus Torvalds3-15/+25
2014-11-21Merge branch 'overlayfs-current' of git://git.kernel.org/pub/scm/linux/kernel...Al Viro28-347/+400
2014-11-20ovl: ovl_dir_fsync() cleanupMiklos Szeredi1-2/+2
2014-11-20ovl: pass dentry into ovl_dir_read_merged()Miklos Szeredi1-21/+14