summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-06-06d_walk() might skip too muchAl Viro1-4/+4
2015-06-06Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana2-0/+3
2015-06-06ovl: mount read-only if workdir can't be createdMiklos Szeredi3-5/+17
2015-06-06ovl: don't remove non-empty opaque directoryMiklos Szeredi1-5/+19
2015-06-06xfs: xfs_iozero can return positive errnoDave Chinner1-1/+1
2015-06-06xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner4-47/+58
2015-06-06omfs: fix sign confusion for bitmap loop counterBob Copeland1-1/+2
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-06-06fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman1-2/+2
2015-06-06mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman1-2/+5
2015-05-17coredump: accept any write methodAl Viro1-1/+1
2015-05-17path_openat(): fix double fput()Al Viro1-1/+2
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman1-0/+6
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-05-13hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb1-24/+14
2015-05-13ext4: move check under lock scope to close a race.Davide Italiano1-7/+8
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2-0/+10
2015-05-13btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval1-1/+2
2015-05-06NFS: Add a stub for GETDEVICELISTAnna Schumaker1-0/+6
2015-05-06nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao1-2/+0
2015-05-06nfs: fix DIO good bytes calculationPeng Tao1-12/+17
2015-05-06nfs: fix high load average due to callback thread sleepingJeff Layton1-3/+3
2015-05-06nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera1-8/+8
2015-05-06nfsd: eliminate NFSD_DEBUGMark Salter3-3/+3
2015-05-06nfsd4: disallow SEEK with special stateidsJ. Bruce Fields1-0/+2
2015-05-06nfsd4: fix READ permission checkingJ. Bruce Fields1-4/+8
2015-05-06nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields1-0/+2
2015-05-06Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss2-2/+2
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro1-2/+4
2015-05-06mnt: Update detach_mounts to leave mounts connectedEric W. Biederman1-2/+6
2015-05-06mnt: Fix the error check in __detach_mountsEric W. Biederman1-1/+1
2015-05-06mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman2-3/+28
2015-05-06mnt: Factor umount_mnt from umount_treeEric W. Biederman1-3/+11
2015-05-06mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman1-9/+12
2015-05-06mnt: Don't propagate unmounts to locked mountsEric W. Biederman2-3/+30
2015-05-06mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman3-0/+24
2015-05-06mnt: Delay removal from the mount hash.Eric W. Biederman2-6/+8
2015-05-06mnt: Add MNT_UMOUNT flagEric W. Biederman2-1/+4
2015-05-06mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman3-13/+15
2015-05-06mnt: Don't propagate umounts in __detach_mountsEric W. Biederman1-1/+1
2015-05-06mnt: Improve the umount_tree flagsEric W. Biederman2-16/+16
2015-05-06ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-9/+11
2015-05-06fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-05-06NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble1-1/+1
2015-05-06Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana1-0/+3
2015-05-06Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-05-06btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-14/+39
2015-05-06Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana1-3/+2
2015-04-29fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn1-28/+48