summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: get rid of blk_integrity_revalidate()Ilya Dryomov2017-04-211-1/+0Star
* scsi: introduce a result field in struct scsi_requestChristoph Hellwig2017-04-201-2/+2
* block: remove the blk_execute_rq return valueChristoph Hellwig2017-04-201-2/+3
* bdi: Drop 'parent' argument from bdi_register[_va]()Jan Kara2017-04-201-1/+1
* fs: Remove SB_I_DYNBDI flagJan Kara2017-04-204-7/+1Star
* ubifs: Convert to separately allocated bdiJan Kara2017-04-202-19/+9Star
* nfs: Convert to separately allocated bdiJan Kara2017-04-204-35/+28Star
* ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2Star
* nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
* gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3Star
* fuse: Get rid of bdi_initializedJan Kara2017-04-203-8/+2Star
* fuse: Convert to separately allocated bdiJan Kara2017-04-203-36/+17Star
* exofs: Convert to separately allocated bdiJan Kara2017-04-202-12/+6Star
* coda: Convert to separately allocated bdiJan Kara2017-04-201-7/+4Star
* afs: Convert to separately allocated bdiJan Kara2017-04-203-10/+4Star
* ecryptfs: Convert to separately allocated bdiJan Kara2017-04-202-4/+1Star
* cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6Star
* ceph: Convert to separately allocated bdiJan Kara2017-04-204-28/+17Star
* btrfs: Convert to separately allocated bdiJan Kara2017-04-203-30/+14Star
* 9p: Convert to separately allocated bdiJan Kara2017-04-203-13/+13
* fs: Get proper reference for s_bdiJan Kara2017-04-201-5/+2Star
* fs: Provide infrastructure for dynamic BDIs in filesystemsJan Kara2017-04-201-0/+49
* block_dev: use blkdev_issue_zerout for hole punchesChristoph Hellwig2017-04-081-8/+2Star
* block: add a flags argument to (__)blkdev_issue_zerooutChristoph Hellwig2017-04-083-3/+3
* Merge branch 'for-linus' into for-4.12/blockJens Axboe2017-04-0720-209/+167Star
|\
| * Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-03-261-1/+2
| |\
| | * kernfs: Check KERNFS_HAS_RELEASE before calling kernfs_release_file()Vaibhav Jain2017-03-171-1/+2
| * | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-03-266-50/+47Star
| |\ \
| | * | ext4: fix two spelling nitsTheodore Ts'o2017-03-252-2/+2
| | * | ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-251-34/+31Star
| | * | jbd2: don't leak memory if setting up journal failsEric Biggers2017-03-152-11/+12
| | * | ext4: mark inode dirty after converting inline directoryEric Biggers2017-03-151-3/+2Star
| * | | Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-256-70/+15Star
| |\ \ \
| | * | | fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-152-13/+4Star
| | * | | fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-154-57/+11Star
| | |/ /
| * | | Merge branch 'for-linus-4.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-03-232-1/+16
| |\ \ \
| | * | | btrfs: add missing memset while reading compressed inline extentsZygo Blaxell2017-03-171-0/+14
| | * | | Btrfs: fix regression in lock_delalloc_pagesLiu Bo2017-03-171-1/+2
| * | | | f2fs: combine nat_bits and free_nid_bitmap cacheChao Yu2017-03-201-78/+47Star
| * | | | f2fs: skip scanning free nid bitmap of full NAT blocksChao Yu2017-03-203-6/+30
| * | | | f2fs: use __set{__clear}_bit_leJaegeuk Kim2017-03-202-10/+10
| * | | | f2fs: declare static functionsJaegeuk Kim2017-03-201-3/+4
| * | | | f2fs: don't overwrite node block by SSRJaegeuk Kim2017-03-201-0/+6
* | | | | block: Fix oops in locked_inode_to_wb_and_lock_list()Jan Kara2017-03-231-6/+2Star
* | | | | block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara2017-03-231-4/+3Star
|/ / / /
* | | | Merge tag 'nfs-for-4.11-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2017-03-1712-26/+88
|\ \ \ \
| * | | | pNFS/flexfiles: never nfs4_mark_deviceid_unavailableWeston Andros Adamson2017-03-174-10/+31
| * | | | pNFS: return status from nfs4_pnfs_ds_connectWeston Andros Adamson2017-03-176-6/+48
| * | | | NFSv4.1 respect server's max size in CREATE_SESSIONOlga Kornievskaia2017-03-171-2/+2
| * | | | NFS prevent double free in async nfs4_exchange_idOlga Kornievskaia2017-03-171-5/+4Star