summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-10-26ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2016-10-269p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro1-2/+2
2016-10-26jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2016-10-26ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2016-10-26fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2016-10-26fix sysvfs symlinksAl Viro1-8/+2
2016-10-26nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-10-26vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1
2016-10-26vfs: Make sendfile(2) killable even betterJan Kara1-0/+7
2016-10-26binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2016-10-26Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2016-10-26ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2016-10-26FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-36/+44
2016-10-26FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-16/+15
2016-10-26FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2016-04-27splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2016-04-27pipe: Fix buffer offset after partially failed readBen Hutchings1-1/+4
2016-04-27ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2-3/+10
2016-04-27cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer1-1/+50
2016-04-27btrfs: skip waiting on ordered range for special filesJeff Mahoney1-1/+2
2016-04-27hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung1-9/+11
2016-04-27hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2-8/+4
2016-04-27fs: create and use seq_show_option for escapingKees Cook10-22/+26
2016-04-27hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2016-04-27eCryptfs: Invalidate dcache entries when lower i_nlink is zeroTyler Hicks1-16/+16
2016-04-27NFSv4: don't set SETATTR for O_RDONLY|O_EXCLNeilBrown1-1/+1
2016-03-21get rid of s_files and files_lockAl Viro4-154/+2
2016-03-21ocfs2: fix BUG in ocfs2_downconvert_thread_do_work()Joseph Qi1-3/+7
2016-03-219p: don't leave a half-initialized inode sitting aroundAl Viro2-4/+2
2016-03-21hpfs: hpfs_error: Remove static buffer, use vsprintf extension %pV insteadJoe Perches1-4/+7
2016-03-21hpfs: kstrdup() out of memory handlingSanidhya Kashyap1-2/+6
2016-03-21ext4: replace open coded nofail allocation in ext4_free_blocks()Michal Hocko1-11/+5
2016-03-21ext4: avoid deadlocks in the writeback path by using sb_getblk_gfpNikolay Borisov1-3/+4
2016-03-21fs/buffer.c: support buffer cache allocations with gfp modifiersGioh Kim1-18/+25
2016-03-21Btrfs: use kmem_cache_free when freeing entry in inode cacheFilipe Manana1-1/+1
2015-10-22Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2015-10-22vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-2/+27
2015-10-22dcache: Handle escaped paths in prepend_pathEric W. Biederman1-0/+10
2015-10-22jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-10-22fuse: initialize fc->release before calling itMiklos Szeredi1-1/+1
2015-10-22ext4: don't retry file block mapping on bigalloc fs with non-extent fileDarrick J. Wong1-1/+1
2015-10-22ext4: call sync_blockdev() before invalidate_bdev() in put_super()Theodore Ts'o1-0/+1
2015-10-22jbd2: fix ocfs2 corrupt when updating journal superblock failsJoseph Qi2-10/+33
2015-10-22jbd2: use GFP_NOFS in jbd2_cleanup_journal_tail()Dmitry Monakhov1-1/+1
2015-10-22ext4: fix race between truncate and __ext4_journalled_writepage()Theodore Ts'o1-3/+19
2015-10-22NFS: Fix size of NFSACL SETACL operationsChuck Lever1-1/+1
2015-10-22fixing infinite OPEN loop in 4.0 stateid recoveryOlga Kornievskaia1-0/+2
2015-09-18pipe: iovec: Fix memory corruption when retrying atomic copy as non-atomicBen Hutchings1-23/+32
2015-09-18udf: Check length of extended attributes and allocation descriptorsJan Kara1-0/+13
2015-09-18vfs: read file_handle only once in handle_to_pathSasha Levin1-2/+3