summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2016-03-04fs-writeback: unplug before cond_resched in writeback_sb_inodesChris Mason1-1/+16
2016-03-04ext4: fix crashes in dioread_nolock modeJan Kara1-20/+20
2016-03-04ext4: don't read blocks from disk after extents being swappedEryu Guan1-3/+12
2016-03-04ext4: move_extent improve bh vanishing success factorDmitry Monakhov1-2/+6
2016-03-04ext4: fix potential integer overflowInsu Yun1-1/+1
2016-03-04btrfs: properly set the termination value of ctx->pos in readdirDavid Sterba3-3/+16
2016-03-04cifs: fix erroneous return valueAnton Protopopov1-1/+1
2016-03-02pty: make sure super_block is still valid in final /dev/tty closeHerton R. Krzesinski1-0/+20
2016-03-02Btrfs: fix hang on extent buffer lock caused by the inode_paths ioctlFilipe Manana1-4/+6
2016-02-15ocfs2/dlm: clear refmap bit of recovery lock while doing local recovery cleanupxuejiufei1-0/+2
2016-02-15MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefsTariq Saeed1-0/+6
2016-02-09ocfs2/dlm: ignore cleaning the migration mle that is inusexuejiufei1-11/+15
2016-02-09cifs_dbg() outputs an uninitialized buffer in cifs_readdir()Vasily Averin1-0/+1
2016-02-09cifs: fix race between call_async() and reconnect()Rabin Vincent2-3/+5
2016-02-09cifs: Ratelimit kernel log messagesJamie Bainbridge2-6/+5
2016-02-09cifs: convert printk(LEVEL...) to pr_<level>Andy Shevchenko4-42/+25
2016-02-09cifs: convert to print_hex_dump() instead of custom implementationAndy Shevchenko2-49/+4
2016-02-09xfs: handle dquot buffer readahead in log recovery correctlyDave Chinner5-9/+40
2016-02-09xfs: inode recovery readahead can race with inode buffer creationDave Chinner2-5/+14
2016-02-09uml: fix hostfs mknod()Vegard Nossum1-3/+1
2016-02-09locks: fix unlock when fcntl_setlk races with a closeJeff Layton1-21/+30
2016-02-09locks: update comments that refer to inode->i_flockJeff Layton1-1/+1
2016-02-09udf: Check output buffer length when converting name to CS0Andrew Gabbasov1-2/+13
2016-02-09udf: Prevent buffer overrun with multi-byte charactersAndrew Gabbasov1-1/+5
2016-02-09NFS: Fix attribute cache revalidationTrond Myklebust1-15/+39
2016-02-09NFS: Remove the "NFS_CAP_CHANGE_ATTR" capabilityTrond Myklebust3-6/+3
2016-02-09nfs: Fix race in __update_open_stateid()Andrew Elble1-1/+1
2016-02-09udf: limit the maximum number of indirect extents in a rowVegard Nossum1-0/+15
2016-02-02ovl: check dentry positiveness in ovl_cleanup_whiteouts()Konstantin Khlebnikov1-1/+2
2016-02-02ovl: root: copy attrMiklos Szeredi1-0/+3
2016-02-02ovl: use a minimal buffer in ovl_copy_xattrVito Caputo1-14/+25
2016-02-02ovl: allow zero size xattrMiklos Szeredi1-1/+1
2016-01-21ceph: fix message length computationArnd Bergmann1-1/+1
2016-01-21ocfs2: fix umask ignored issueJunxiao Bi1-0/+2
2016-01-21nfs: if we have no valid attrs, then don't declare the attribute cache validJeff Layton1-1/+5
2016-01-21nfs4: start callback_ident at idr 1Benjamin Coddington1-1/+1
2016-01-21nfsd: serialize state seqid morphing operationsJeff Layton2-13/+37
2016-01-21ext4, jbd2: ensure entering into panic after recording an error in superblockDaeho Jeong2-3/+15
2016-01-21Btrfs: fix race when listing an inode's xattrsFilipe Manana1-1/+3
2016-01-21Btrfs: fix race leading to BUG_ON when running delalloc for nodatacowFilipe Manana1-2/+8
2016-01-21Btrfs: fix race leading to incorrect item deletion when dropping extentsFilipe Manana1-4/+12
2016-01-21Btrfs: fix file corruption and data loss after cloning inline extentsFilipe Manana1-29/+152
2015-12-02client MUST ignore EncryptionKeyLength if CAP_EXTENDED_SECURITY is setNoel Power1-3/+2
2015-11-15ext4: fix loss of delalloc extent info in ext4_zero_range()Eric Whitney1-13/+0
2015-11-15ext4: allocate entire range in zero rangeLukas Czerner1-12/+19
2015-11-13btrfs: fix use after free iterating extrefsChris Mason1-5/+3
2015-11-13jbd2: avoid infinite loop when destroying aborted journalJan Kara3-8/+44
2015-10-27vfs: Test for and handle paths that are unreachable from their mnt_rootEric W. Biederman1-3/+28
2015-10-27hpfs: update ctime and mtime on directory modificationMikulas Patocka1-1/+24
2015-10-27nfs/filelayout: Fix NULL reference caused by double freeing of fh_arrayKinglong Mee1-19/+12