aboutsummaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-10-131-9/+11
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-10-132-8/+4
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-10-131-16/+12
* fs: create and use seq_show_option for escapingKees Cook2015-10-139-19/+21
* xfs: return errors from partial I/O failures to filesDavid Jeffery2015-10-131-1/+2
* xfs: Fix xfs_attr_leafblock definitionJan Kara2015-10-131-2/+9
* eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks2015-10-131-16/+16
* NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown2015-10-131-1/+1
* vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman2015-10-131-2/+27
* dcache: Handle escaped paths in prepend_pathEric W. Biederman2015-10-131-0/+10
* ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi2015-10-131-3/+7
* jbd2: protect all log tail updates with j_checkpoint_mutexJan Kara2015-10-132-4/+21
* Btrfs: fix file corruption after cloning inline extentsFilipe Manana2015-08-121-0/+14
* 9p: don't leave a half-initialized inode sitting aroundAl Viro2015-08-122-4/+2
* ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko2015-08-121-11/+5
* ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov2015-08-121-3/+4
* fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim2015-08-121-18/+25
* fuse: initialize fc->release before calling itMiklos Szeredi2015-08-121-1/+1
* Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana2015-08-121-4/+11
* Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana2015-08-121-1/+1
* ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong2015-08-121-1/+1
* ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o2015-08-121-0/+1
* jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2015-08-122-10/+31
* jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov2015-08-121-1/+1
* jbd2: issue cache flush after checkpointing even with internal journalJan Kara2015-08-124-85/+142
* jbd2: split updating of journal superblock and marking journal emptyJan Kara2015-08-123-69/+96
* ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o2015-08-121-4/+19
* NFS: Fix size of NFSACL SETACL operationsChuck Lever2015-08-121-1/+1
* fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia2015-08-121-0/+2
* debugfs: Fix statfs() regression in 3.2.69Ben Hutchings2015-08-071-0/+1
* pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings2015-08-071-23/+32
* vfs: read file_handle only once in handle_to_pathSasha Levin2015-08-071-2/+3
* d_walk() might skip too muchAl Viro2015-08-071-12/+12
* fs, omfs: add NULL terminator in the end up the token listSasha Levin2015-08-071-1/+2
* fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton2015-08-071-1/+1
* jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong2015-08-071-1/+6
* ext4: check for zero length extent explicitlyEryu Guan2015-08-071-1/+1
* ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi2015-08-071-0/+13
* nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi2015-08-071-1/+1
* nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig2015-08-071-8/+11
* ext4: move check under lock scope to close a race.Davide Italiano2015-08-071-7/+10
* fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson2015-08-071-1/+8
* Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana2015-08-071-0/+5
* ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner2015-08-071-8/+10
* btrfs: don't accept bare namespace as a valid xattrDavid Sterba2015-08-071-13/+37
* Btrfs: fix log tree corruption when fs mounted with -o discardFilipe Manana2015-08-071-3/+2
* jfs: fix readdir regressionDave Kleikamp2015-05-091-2/+2
* NFSv4: Minor cleanups for nfs4_handle_exception and nfs4_async_handle_errorTrond Myklebust2015-05-091-5/+5
* fs: take i_mutex during prepare_binprm for set[ug]id executablesJann Horn2015-05-091-25/+40
* ocfs2: _really_ sync the right rangeAl Viro2015-05-091-4/+10