summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-06-06fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton
2015-06-06vfs: read file_handle only once in handle_to_pathSasha Levin
2015-06-06nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig
2015-06-06nfsd/blocklayout: pretend we can send deviceid notificationsChristoph Hellwig
2015-06-06kernfs: do not account ino_ida allocations to memcgVladimir Davydov
2015-06-06parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller
2015-06-06jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong
2015-06-06ext4: check for zero length extent explicitlyEryu Guan
2015-06-06ext4: fix NULL pointer dereference when journal restart failsLukas Czerner
2015-06-06ext4: fix lazytime optimizationTheodore Ts'o
2015-06-06d_walk() might skip too muchAl Viro
2015-06-06Btrfs: fix racy system chunk allocation when setting block group roFilipe Manana
2015-06-06ovl: mount read-only if workdir can't be createdMiklos Szeredi
2015-06-06ovl: don't remove non-empty opaque directoryMiklos Szeredi
2015-06-06xfs: xfs_iozero can return positive errnoDave Chinner
2015-06-06xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner
2015-06-06omfs: fix sign confusion for bitmap loop counterBob Copeland
2015-06-06fs, omfs: add NULL terminator in the end up the token listSasha Levin
2015-06-06fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman
2015-06-06mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman
2015-05-17coredump: accept any write methodAl Viro
2015-05-17path_openat(): fix double fput()Al Viro
2015-05-17mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman
2015-05-17nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi
2015-05-17ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi
2015-05-13hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb
2015-05-13ext4: move check under lock scope to close a race.Davide Italiano
2015-05-13ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner
2015-05-13btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval
2015-05-06NFS: Add a stub for GETDEVICELISTAnna Schumaker
2015-05-06nfs: remove WARN_ON_ONCE from nfs_direct_good_bytesPeng Tao
2015-05-06nfs: fix DIO good bytes calculationPeng Tao
2015-05-06nfs: fix high load average due to callback thread sleepingJeff Layton
2015-05-06nfsd: fix nsfd startup race triggering BUG_ONGiuseppe Cantavenera
2015-05-06nfsd: eliminate NFSD_DEBUGMark Salter
2015-05-06nfsd4: disallow SEEK with special stateidsJ. Bruce Fields
2015-05-06nfsd4: fix READ permission checkingJ. Bruce Fields
2015-05-06nfsd4: disallow ALLOCATE with special stateidsJ. Bruce Fields
2015-05-06Revert "nfs: replace nfs_add_stats with nfs_inc_stats when add one"Nicolas Iooss
2015-05-06RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro
2015-05-06mnt: Update detach_mounts to leave mounts connectedEric W. Biederman
2015-05-06mnt: Fix the error check in __detach_mountsEric W. Biederman
2015-05-06mnt: Honor MNT_LOCKED when detaching mountsEric W. Biederman
2015-05-06mnt: Factor umount_mnt from umount_treeEric W. Biederman
2015-05-06mnt: Factor out unhash_mnt from detach_mnt and umount_treeEric W. Biederman
2015-05-06mnt: Don't propagate unmounts to locked mountsEric W. Biederman
2015-05-06mnt: On an unmount propagate clearing of MNT_LOCKEDEric W. Biederman
2015-05-06mnt: Delay removal from the mount hash.Eric W. Biederman
2015-05-06mnt: Add MNT_UMOUNT flagEric W. Biederman
2015-05-06mnt: In umount_tree reuse mnt_list instead of mnt_hashEric W. Biederman