summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-06-151-1/+1
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-06-101-2/+3
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-06-101-10/+11
* parisc,metag: Fix crashes due to stack randomization on stack-grows-upwards a...Helge Deller2015-06-101-0/+3
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-06-102-9/+19
* ext4: check for zero length extent explicitlyEryu Guan2015-06-101-1/+1
* ext4: fix NULL pointer dereference when journal restart failsLukas Czerner2015-06-102-9/+22
* d_walk() might skip too muchAl Viro2015-06-091-4/+4
* xfs: xfs_iozero can return positive errnoDave Chinner2015-06-091-1/+1
* xfs: xfs_attr_inactive leaves inconsistent attr fork state behindDave Chinner2015-06-094-47/+58
* omfs: fix sign confusion for bitmap loop counterBob Copeland2015-06-091-1/+2
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-06-091-1/+2
* fs_pin: Allow for the possibility that m_list or s_list go unused.Eric W. Biederman2015-06-091-2/+2
* mnt: Fail collect_mounts when applied to unmounted mountsEric W. Biederman2015-06-091-2/+5
* coredump: accept any write methodAl Viro2015-06-091-1/+1
* path_openat(): fix double fput()Al Viro2015-05-231-1/+2
* mnt: Fix fs_fully_visible to verify the root directory is visibleEric W. Biederman2015-05-231-0/+6
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-05-231-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-05-231-0/+13
* hfsplus: don't store special "osx" xattr prefix on-diskThomas Hebb2015-05-171-24/+14
* ext4: move check under lock scope to close a race.Davide Italiano2015-05-171-7/+8
* ext4: fix data corruption caused by unwritten and delayed extentsLukas Czerner2015-05-172-0/+10
* btrfs: unlock i_mutex after attempting to delete subvolume during sendOmar Sandoval2015-05-171-1/+2
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-171-28/+48
* NFS: Add a stub for GETDEVICELISTAnna Schumaker2015-05-171-0/+6
* nfsd4: disallow SEEK with special stateidsJ. Bruce Fields2015-05-171-0/+2
* nfsd4: fix READ permission checkingJ. Bruce Fields2015-05-171-4/+8
* RCU pathwalk breakage when running into a symlink overmounting somethingAl Viro2015-05-171-2/+4
* mnt: Don't propagate umounts in __detach_mountsEric W. Biederman2015-05-171-1/+1
* mnt: Improve the umount_tree flagsEric W. Biederman2015-05-172-16/+16
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-05-171-9/+11
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-05-171-1/+8
* NFS: fix BUG() crash in notify_change() with patch to chown_common()Andrew Elble2015-05-171-1/+1
* Btrfs: fix inode eviction infinite loop after extent_same ioctlFilipe Manana2015-05-171-0/+3
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-05-171-0/+5
* btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-05-171-14/+39
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-05-171-3/+2
* xfs: ensure truncate forces zeroed blocks to diskDave Chinner2015-04-243-28/+27
* ext4: fix indirect punch hole corruptionOmar Sandoval2015-04-241-34/+71
* ioctx_alloc(): fix vma (and file) leak on failureAl Viro2015-04-241-0/+3
* ocfs2: _really_ sync the right rangeAl Viro2015-04-241-4/+10
* cifs: fix use-after-free bug in find_writable_fileDavid Disseldorp2015-04-241-0/+1
* cifs: smb2_clone_range() - exit on unhandled errorSachin Prabhu2015-04-241-1/+2
* nfsd: return correct lockowner when there is a race on hash insertJ. Bruce Fields2015-04-231-1/+1
* nfsd: return correct openowner when there is a race to put one in the hashJeff Layton2015-04-231-1/+1
* btrfs: simplify insert_orphan_itemDavid Sterba2015-04-231-12/+4
* hfsplus: fix B-tree corruption after insertion at position 0Sergei Antonov2015-04-161-9/+11
* pagemap: do not leak physical addresses to non-privileged userspaceKirill A. Shutemov2015-03-281-0/+3
* nilfs2: fix deadlock of segment constructor during recoveryRyusuke Konishi2015-03-281-3/+4
* fuse: notify: don't move pagesMiklos Szeredi2015-03-281-0/+3