summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2016-10-26ocfs2: fix BUG when calculate new backup superJoseph Qi
2016-10-269p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro
2016-10-26jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara
2016-10-26ext4: Fix handling of extended tv_secDavid Turner
2016-10-26fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin
2016-10-26fix sysvfs symlinksAl Viro
2016-10-26nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton
2016-10-26vfs: Avoid softlockups with sendfile(2)Jan Kara
2016-10-26vfs: Make sendfile(2) killable even betterJan Kara
2016-10-26binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki
2016-10-26Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana
2016-10-26ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong
2016-10-26FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells
2016-10-26FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee
2016-10-26FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee
2016-04-27splice: sendfile() at once fails for big filesChristophe Leroy
2016-04-27pipe: Fix buffer offset after partially failed readBen Hutchings
2016-04-27ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi
2016-04-27cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer
2016-04-27btrfs: skip waiting on ordered range for special filesJeff Mahoney
2016-04-27hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung
2016-04-27hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung
2016-04-27fs: create and use seq_show_option for escapingKees Cook
2016-04-27hpfs: update ctime and mtime on directory modificationMikulas Patocka
2016-04-27eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks
2016-04-27NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown
2016-03-21get rid of s_files and files_lockAl Viro
2016-03-21ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi
2016-03-219p: don't leave a half-initialized inode sitting aroundAl Viro
2016-03-21hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches
2016-03-21hpfs: kstrdup() out of memory handlingSanidhya Kashyap
2016-03-21ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko
2016-03-21ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov
2016-03-21fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim
2016-03-21Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana
2015-10-22Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman
2015-10-22jbd2: avoid infinite loop when destroying aborted journalJan Kara
2015-10-22fuse: initialize fc->release before calling itMiklos Szeredi
2015-10-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong
2015-10-22ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o
2015-10-22jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi
2015-10-22jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov
2015-10-22ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o
2015-10-22NFS: Fix size of NFSACL SETACL operationsChuck Lever
2015-10-22fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia
2015-09-18pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings
2015-09-18udf: Check length of extended attributes and allocation descriptorsJan Kara
2015-09-18vfs: read file_handle only once in handle_to_pathSasha Levin