summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-02-13ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed1-0/+6
2016-02-13ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-13cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-13cifs: fix race between call_async() and reconnect()Rabin Vincent2-10/+9
2016-02-13cifs: Ratelimit kernel log messagesJamie Bainbridge1-3/+5
2016-02-13uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-13locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-13udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-13udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-13NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-13udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-01-22ocfs2: fix BUG when calculate new backup superJoseph Qi1-3/+12
2015-12-309p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro1-2/+2
2015-12-30nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2015-12-30jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara1-0/+2
2015-12-30ext4: Fix handling of extended tv_secDavid Turner1-7/+44
2015-12-30vfs: Avoid softlockups with sendfile(2)Jan Kara1-0/+1
2015-12-30vfs: Make sendfile(2) killable even betterJan Kara1-0/+7
2015-12-30fix sysvfs symlinksAl Viro3-29/+3
2015-12-30mac: validate mac_partition is within sectorKees Cook1-3/+7
2015-12-30FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven1-1/+1
2015-12-30fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin1-1/+1
2015-11-27splice: sendfile() at once fails for big filesChristophe Leroy1-1/+11
2015-11-27fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn1-6/+32
2015-11-27fs: make dumpable=2 require fully qualified pathKees Cook1-3/+14
2015-11-27binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki1-5/+5
2015-11-27FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2-36/+44
2015-11-27FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee1-16/+15
2015-11-27FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee1-5/+4
2015-11-27Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2015-11-27Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2015-11-27Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+11
2015-11-27ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2015-11-27Btrfs: fix truncation of compressed and inlined extentsFilipe Manana1-16/+60
2015-11-27Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason5-16/+38
2015-11-27Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-33/+155
2015-11-27Btrfs: added helper btrfs_next_item()Jan Schmidt1-0/+7
2015-11-17Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia1-1/+1
2015-11-17Do not fall back to SMBWriteX in set_file_size error casesSteve French1-38/+1
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