aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-04-21block: get rid of blk_integrity_revalidate()Ilya Dryomov1-1/+0
2017-04-20scsi: introduce a result field in struct scsi_requestChristoph Hellwig1-2/+2
2017-04-20block: remove the blk_execute_rq return valueChristoph Hellwig1-2/+3
2017-04-20bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara1-1/+1
2017-04-20fs: Remove SB_I_DYNBDI flagJan Kara4-7/+1
2017-04-20ubifs: Convert to separately allocated bdiJan Kara2-19/+9
2017-04-20nfs: Convert to separately allocated bdiJan Kara4-35/+28
2017-04-20ncpfs: Convert to separately allocated bdiJan Kara2-7/+2
2017-04-20nilfs2: Convert to properly refcounting bdiJan Kara1-1/+2
2017-04-20gfs2: Convert to properly refcounting bdiJan Kara1-6/+3
2017-04-20fuse: Get rid of bdi_initializedJan Kara3-8/+2
2017-04-20fuse: Convert to separately allocated bdiJan Kara3-36/+17
2017-04-20exofs: Convert to separately allocated bdiJan Kara2-12/+6
2017-04-20coda: Convert to separately allocated bdiJan Kara1-7/+4
2017-04-20afs: Convert to separately allocated bdiJan Kara3-10/+4
2017-04-20ecryptfs: Convert to separately allocated bdiJan Kara2-4/+1
2017-04-20cifs: Convert to separately allocated bdiJan Kara3-12/+6
2017-04-20ceph: Convert to separately allocated bdiJan Kara4-28/+17
2017-04-20btrfs: Convert to separately allocated bdiJan Kara3-30/+14
2017-04-209p: Convert to separately allocated bdiJan Kara3-13/+13
2017-04-20fs: Get proper reference for s_bdiJan Kara1-5/+2
2017-04-20fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara1-0/+49
2017-04-08block_dev: use blkdev_issue_zerout for hole punchesChristoph Hellwig1-8/+2
2017-04-08block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig3-3/+3
2017-04-07Merge branch 'for-linus' into for-4.12/blockJens Axboe20-209/+167
2017-03-26Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+2
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds6-50/+47
2017-03-25Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscryptLinus Torvalds6-70/+15
2017-03-25ext4: fix two spelling nitsTheodore Ts'o2-2/+2
2017-03-25ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-03-23Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds2-1/+16
2017-03-22block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara1-6/+2
2017-03-22block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara1-4/+3
2017-03-20f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu1-78/+47
2017-03-20f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu3-6/+30
2017-03-20f2fs: use __set{__clear}_bit_leJaegeuk Kim2-10/+10
2017-03-20f2fs: declare static functionsJaegeuk Kim1-3/+4
2017-03-20f2fs: don't overwrite node block by SSRJaegeuk Kim1-0/+6
2017-03-17Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds12-26/+88
2017-03-17btrfs: add missing memset while reading compressed inline extentsZygo Blaxell1-0/+14
2017-03-17Btrfs: fix regression in lock_delalloc_pagesLiu Bo1-1/+2
2017-03-17pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson4-10/+31
2017-03-17pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson6-6/+48
2017-03-17NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia1-2/+2
2017-03-17NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia1-5/+4
2017-03-17nfs: make nfs4_cb_sv_ops staticJason Yan1-2/+2
2017-03-17NFS: fix the fault nrequests decreasing for nfs_inode COPYKinglong Mee1-2/+4
2017-03-17Merge tag 'afs-20170316' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fsLinus Torvalds13-222/+269
2017-03-17kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain1-1/+2
2017-03-16Merge tag 'xfs-4.11-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds6-18/+122