summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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/+1
* ubifs: Convert to separately allocated bdiJan Kara2017-04-202-19/+9
* nfs: Convert to separately allocated bdiJan Kara2017-04-204-35/+28
* ncpfs: Convert to separately allocated bdiJan Kara2017-04-202-7/+2
* nilfs2: Convert to properly refcounting bdiJan Kara2017-04-201-1/+2
* gfs2: Convert to properly refcounting bdiJan Kara2017-04-201-6/+3
* fuse: Get rid of bdi_initializedJan Kara2017-04-203-8/+2
* fuse: Convert to separately allocated bdiJan Kara2017-04-203-36/+17
* exofs: Convert to separately allocated bdiJan Kara2017-04-202-12/+6
* coda: Convert to separately allocated bdiJan Kara2017-04-201-7/+4
* afs: Convert to separately allocated bdiJan Kara2017-04-203-10/+4
* ecryptfs: Convert to separately allocated bdiJan Kara2017-04-202-4/+1
* cifs: Convert to separately allocated bdiJan Kara2017-04-203-12/+6
* ceph: Convert to separately allocated bdiJan Kara2017-04-204-28/+17
* btrfs: Convert to separately allocated bdiJan Kara2017-04-203-30/+14
* 9p: Convert to separately allocated bdiJan Kara2017-04-203-13/+13
* fs: Get proper reference for s_bdiJan Kara2017-04-201-5/+2
* 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/+2
* 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/+167
|\
| * 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/+47
| |\ \
| | * | ext4: fix two spelling nitsTheodore Ts'o2017-03-252-2/+2
| | * | ext4: lock the xattr block before checksuming itTheodore Ts'o2017-03-251-34/+31
| | * | 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/+2
| * | | Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2017-03-256-70/+15
| |\ \ \
| | * | | fscrypt: eliminate ->prepare_context() operationEric Biggers2017-03-152-13/+4
| | * | | fscrypt: remove broken support for detecting keyring key revocationEric Biggers2017-03-154-57/+11
| | |/ /
| * | | 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/+47
| * | | | 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-221-6/+2
* | | | | block: Fix bdi assignment to bdev inode when racing with disk deleteJan Kara2017-03-221-4/+3
|/ / / /
* | | | 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/+4
| * | | | nfs: make nfs4_cb_sv_ops staticJason Yan2017-03-171-2/+2