summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2015-11-27splice: sendfile() at once fails for big filesChristophe Leroy
2015-11-27fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn
2015-11-27fs: make dumpable=2 require fully qualified pathKees Cook
2015-11-27binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2015-11-27FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2015-11-27FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2015-11-27FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2015-11-27Btrfs: fix race when listing an inode's xattrsFilipe Manana
2015-11-27Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2015-11-27Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana
2015-11-27ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2015-11-27Btrfs: fix truncation of compressed and inlined extentsFilipe Manana
2015-11-27Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason
2015-11-27Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana
2015-11-27Btrfs: added helper btrfs_next_item()Jan Schmidt
2015-11-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2015-11-17Do not fall back to SMBWriteX in set_file_size error casesSteve French
2015-10-13jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-10-13ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi
2015-10-13cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer
2015-10-13btrfs: skip waiting on ordered range for special filesJeff Mahoney
2015-10-13Btrfs: fix read corruption of compressed and shared extentsFilipe Manana
2015-10-13hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung
2015-10-13hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung
2015-10-13pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov
2015-10-13fs: create and use seq_show_option for escapingKees Cook
2015-10-13xfs: return errors from partial I/O failures to filesDavid Jeffery
2015-10-13xfs: Fix xfs_attr_leafblock definitionJan Kara
2015-10-13eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks
2015-10-13NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown
2015-10-13vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-10-13dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-10-13ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2015-10-13jbd2: protect all log tail updates with j_checkpoint_mutexJan Kara
2015-08-12Btrfs: fix file corruption after cloning inline extentsFilipe Manana
2015-08-129p: don't leave a half-initialized inode sitting aroundAl Viro
2015-08-12ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2015-08-12ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2015-08-12fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim
2015-08-12fuse: initialize fc->release before calling itMiklos Szeredi
2015-08-12Btrfs: fix race between caching kthread and returning inode to inode cacheFilipe Manana
2015-08-12Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-08-12ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-08-12ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-08-12jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-08-12jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-08-12jbd2: issue cache flush after checkpointing even with internal journalJan Kara
2015-08-12jbd2: split updating of journal superblock and marking journal emptyJan Kara
2015-08-12ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-08-12NFS: Fix size of NFSACL SETACL operationsChuck Lever