summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2018-05-10xfs: get rid of the log item descriptorDave Chinner18-124/+63
2018-05-10xfs: add some more debug checks to buffer log item reuseDave Chinner1-1/+3
2018-05-10xfs: fix double ijoin in xfs_reflink_clear_inode_flag()Dave Chinner1-2/+6
2018-05-10xfs: fix double ijoin in xfs_reflink_cancel_cow_rangeDave Chinner1-2/+4
2018-05-10xfs: fix double ijoin in xfs_inactive_symlink_rmt()Dave Chinner1-7/+2
2018-05-10xfs: don't assert fail with AIL lock heldDave Chinner1-11/+32
2018-05-10xfs: adder caller IP to xfs_defer* tracepointsDave Chinner2-12/+17
2018-05-10xfs: add tracing to high level transaction operationsDave Chinner3-1/+57
2018-05-10xfs: log item flags are racyDave Chinner19-48/+52
2018-05-10xfs: add missing rmap error returnDarrick J. Wong1-0/+2
2018-05-09xfs: bmap debugging should never panic the systemDarrick J. Wong1-2/+4
2018-05-09xfs: defer agfl frees from directory op transactionsBrian Foster1-0/+3
2018-05-09xfs: defer frees from common inode allocation pathsBrian Foster2-0/+2
2018-05-09xfs: defer agfl frees from inode inactivationBrian Foster1-0/+1
2018-05-09xfs: defer agfl block frees from deferred ops processing contextBrian Foster1-0/+12
2018-05-09xfs: defer agfl block frees when dfops is availableBrian Foster6-7/+129
2018-05-09xfs: create agfl block free helper functionBrian Foster2-10/+29
2018-05-09xfs: print specific dqblk that failed verifiersEric Sandeen1-19/+22
2018-05-09xfs: add full xfs_dqblk verifierEric Sandeen4-11/+30
2018-05-09xfs: pass full xfs_dqblk to repair during quotacheckEric Sandeen3-14/+11
2018-05-09xfs: check type in quota verifier during quotacheckEric Sandeen1-1/+3
2018-05-09xfs: remove unused flags arg from xfs_dquot_verifyEric Sandeen5-9/+7
2018-05-09xfs: clean up locking in xfs_file_iomap_beginDave Chinner1-37/+61
2018-05-09xfs: simplify xfs_file_iomap_begin() logicDave Chinner1-36/+46
2018-05-09iomap: Use FUA for pure data O_DSYNC DIO writesDave Chinner1-5/+46
2018-05-09iomap: iomap_dio_rw() handles all sync writesDave Chinner2-11/+15
2018-05-09xfs: move generic_write_sync calls inwardsDave Chinner1-15/+33
2018-05-09xfs: don't retry xfs_buf_find on XBF_TRYLOCK failureDave Chinner1-28/+65
2018-05-09xfs: make xfs_buf_incore out of lineDave Chinner4-23/+22
2018-05-09xfs: trace ATTR flags in xattr tracepointsEric Sandeen1-1/+4
2018-05-09xfs: validate allocated inode numberDave Chinner1-0/+12
2018-05-09xfs: validate cached inodes are free when allocatedDave Chinner1-25/+48
2018-05-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rdma/rdmaLinus Torvalds1-1/+1
2018-05-04Merge tag 'for-linus-20180504' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+1
2018-05-04Merge tag 'xfs-4.17-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-0/+10
2018-05-04Merge tag 'for-4.17-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds3-1/+12
2018-05-03bdi: Fix oops in wb_workfn()Jan Kara1-1/+1
2018-05-02xfs: cap the length of deduplication requestsDarrick J. Wong1-0/+10
2018-05-02Btrfs: send, fix missing truncate for inode with prealloc extent past eofFilipe Manana1-0/+4
2018-05-02btrfs: Take trans lock before access running trans in check_delayed_refethanwu1-0/+7
2018-05-01Merge tag 'xfs-4.17-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-6/+42
2018-04-28Merge tag 'for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds4-9/+18
2018-04-28Merge tag '4.17-rc2-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds7-54/+59
2018-04-27cifs: smbd: depend on INFINIBAND_ADDR_TRANSGreg Thelen1-1/+1
2018-04-26btrfs: Fix wrong first_key parameter in replace_pathQu Wenruo1-1/+1
2018-04-26ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfsTheodore Ts'o1-0/+1
2018-04-25cifs: smbd: Avoid allocating iov on the stackLong Li1-24/+12
2018-04-25cifs: smbd: Don't use RDMA read/write when signing is usedLong Li3-6/+19
2018-04-25SMB311: Fix reconnectSteve French1-2/+2
2018-04-24ext4: fix bitmap position validationLukas Czerner1-4/+5