summaryrefslogtreecommitdiff
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei2016-02-271-0/+2
* timerfd: Handle relative timers with CONFIG_TIME_LOW_RES properThomas Gleixner2016-02-271-1/+1
* ocfs2: NFS hangs in __ocfs2_cluster_lock due to race with ocfs2_unblock_lockTariq Saeed2016-02-131-0/+6
* ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei2016-02-131-11/+15
* cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin2016-02-131-0/+1
* cifs: fix race between call_async() and reconnect()Rabin Vincent2016-02-132-10/+9
* cifs: Ratelimit kernel log messagesJamie Bainbridge2016-02-131-3/+5
* uml: fix hostfs mknod()Vegard Nossum2016-02-131-3/+1
* locks: fix unlock when fcntl_setlk races with a closeJeff Layton2016-02-131-21/+30
* udf: Check output buffer length when converting name to CS0Andrew Gabbasov2016-02-131-2/+13
* udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov2016-02-131-1/+5
* NFS: Fix attribute cache revalidationTrond Myklebust2016-02-131-15/+39
* udf: limit the maximum number of indirect extents in a rowVegard Nossum2016-02-131-0/+15
* ocfs2: fix BUG when calculate new backup superJoseph Qi2016-01-221-3/+12
* 9p: ->evict_inode() should kick out ->i_data, not ->i_mappingAl Viro2015-12-301-2/+2
* nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton2015-12-301-1/+5
* jbd2: Fix unreclaimed pages after truncate in data=journal modeJan Kara2015-12-301-0/+2
* ext4: Fix handling of extended tv_secDavid Turner2015-12-301-7/+44
* vfs: Avoid softlockups with sendfile(2)Jan Kara2015-12-301-0/+1
* vfs: Make sendfile(2) killable even betterJan Kara2015-12-301-0/+7
* fix sysvfs symlinksAl Viro2015-12-303-29/+3
* mac: validate mac_partition is within sectorKees Cook2015-12-301-3/+7
* FS-Cache: Add missing initialization of ret in cachefiles_write_page()Geert Uytterhoeven2015-12-301-1/+1
* fuse: break infinite loop in fuse_fill_write_pages()Roman Gushchin2015-12-301-1/+1
* splice: sendfile() at once fails for big filesChristophe Leroy2015-11-271-1/+11
* fs: if a coredump already exists, unlink and recreate with O_EXCLJann Horn2015-11-271-6/+32
* fs: make dumpable=2 require fully qualified pathKees Cook2015-11-271-3/+14
* binfmt_elf: Don't clobber passed executable's file headerMaciej W. Rozycki2015-11-271-5/+5
* FS-Cache: Handle a write to the page immediately beyond the EOF markerDavid Howells2015-11-272-36/+44
* FS-Cache: Don't override netfs's primary_index if registering failedKinglong Mee2015-11-271-16/+15
* FS-Cache: Increase reference of parent after registering, netfs successKinglong Mee2015-11-271-5/+4
* Btrfs: fix race when listing an inode's xattrsFilipe Manana2015-11-271-1/+3
* Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana2015-11-271-2/+8
* Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana2015-11-271-4/+11
* ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2015-11-272-3/+15
* Btrfs: fix truncation of compressed and inlined extentsFilipe Manana2015-11-271-16/+60
* Btrfs: don't use ram_bytes for uncompressed inline itemsChris Mason2015-11-275-16/+38
* Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana2015-11-271-33/+155
* Btrfs: added helper btrfs_next_item()Jan Schmidt2015-11-271-0/+7
* Failing to send a CLOSE if file is opened WRONLY and server reboots on a 4.x ...Olga Kornievskaia2015-11-171-1/+1
* Do not fall back to SMBWriteX in set_file_size error casesSteve French2015-11-171-38/+1
* jbd2: avoid infinite loop when destroying aborted journalJan Kara2015-10-133-8/+44
* ocfs2/dlm: fix deadlock when dispatch assert masterJoseph Qi2015-10-132-3/+10
* cifs: use server timestamp for ntlmv2 authenticationPeter Seiderer2015-10-131-1/+51
* btrfs: skip waiting on ordered range for special filesJeff Mahoney2015-10-131-1/+2
* Btrfs: fix read corruption of compressed and shared extentsFilipe Manana2015-10-131-7/+60
* hfs: fix B-tree corruption after insertion at position 0Hin-Tak Leung2015-10-131-9/+11
* hfs,hfsplus: cache pages correctly between bnode_create and bnode_freeHin-Tak Leung2015-10-132-8/+4
* pagemap: hide physical addresses from non-privileged usersKonstantin Khlebnikov2015-10-131-16/+12
* fs: create and use seq_show_option for escapingKees Cook2015-10-139-19/+21