summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2015-10-13jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-10-13ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-3/+10
2015-10-13cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-1/+51
2015-10-13btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2015-10-13Btrfs: fix read corruption of compressed and shared extentsFilipe Manana1-7/+60
2015-10-13hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2015-10-13hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2015-10-13pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov1-16/+12
2015-10-13fs: create and use seq_show_option for escapingKees Cook9-19/+21
2015-10-13xfs: return errors from partial I/O failures to filesDavid Jeffery1-1/+2
2015-10-13xfs: Fix xfs_attr_leafblock definitionJan Kara1-2/+9
2015-10-13eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-16/+16
2015-10-13NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2015-10-13vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+27
2015-10-13dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+10
2015-10-13ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2015-10-13jbd2: protect all log tail updates with j_checkpoint_mutexJan Kara2-4/+21
2015-08-12Btrfs: fix file corruption after cloning inline extentsFilipe Manana1-0/+14
2015-08-129p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2015-08-12ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2015-08-12ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov1-3/+4
2015-08-12fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim1-18/+25
2015-08-12fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-08-12Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana1-4/+11
2015-08-12Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-08-12ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-08-12ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-08-12jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+31
2015-08-12jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-08-12jbd2: issue cache flush after checkpointing even with internal journalJan Kara4-85/+142
2015-08-12jbd2: split updating of journal superblock and marking journal emptyJan Kara3-69/+96
2015-08-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-4/+19
2015-08-12NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-08-12fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-08-07debugfs: Fix statfs() regression in 3.2.69Ben Hutchings1-0/+1
2015-08-07pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-08-07vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3
2015-08-07d_walk() might skip too muchAl Viro1-12/+12
2015-08-07fs, omfs: add NULL terminator in the end up the token listSasha Levin1-1/+2
2015-08-07fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappingsAndrew Morton1-1/+1
2015-08-07jbd2: fix r_count overflows leading to buffer overflow in journal recoveryDarrick J. Wong1-1/+6
2015-08-07ext4: check for zero length extent explicitlyEryu Guan1-1/+1
2015-08-07ocfs2: dlm: fix race between purge and get lock resourceJunxiao Bi1-0/+13
2015-08-07nilfs2: fix sanity check of btree level in nilfs_btree_root_broken()Ryusuke Konishi1-1/+1
2015-08-07nfsd: fix the check for confirmed openowner in nfs4_preprocess_stateid_opChristoph Hellwig1-8/+11
2015-08-07ext4: move check under lock scope to close a race.Davide Italiano1-7/+10
2015-08-07fs/binfmt_elf.c: fix bug in loading of PIE binariesMichael Davidson1-1/+8
2015-08-07Btrfs: fix inode eviction infinite loop after cloning into itFilipe Manana1-0/+5
2015-08-07ext4: make fsync to sync parent dir in no-journal for real this timeLukas Czerner1-8/+10
2015-08-07btrfs: don't accept bare namespace as a valid xattrDavid Sterba1-13/+37