summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-0346-260/+463
|\
| * fs/fcntl: use copy_to/from_user() for u64 typesJens Axboe2017-06-281-4/+9
| * btrfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+1
| * xfs: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
| * ext4: add support for passing in write hints for buffered writesJens Axboe2017-06-271-0/+2
| * fs: add support for buffered writeback to pass down write hintsJens Axboe2017-06-272-5/+9
| * fs: add O_DIRECT and aio support for sending down write life time hintsJens Axboe2017-06-274-0/+6
| * fs: add fcntl() interface for setting/getting write life time hintsJens Axboe2017-06-273-0/+64
| * btrfs: use new block error codeDan Carpenter2017-06-211-1/+1
| * block: Make most scsi_req_init() calls implicitBart Van Assche2017-06-201-1/+0
| * btrfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+30
| * xfs: nowait aio supportGoldwyn Rodrigues2017-06-202-6/+48
| * ext4: nowait aio supportGoldwyn Rodrigues2017-06-201-6/+29
| * block: return on congested block deviceGoldwyn Rodrigues2017-06-201-2/+8
| * fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues2017-06-201-0/+8
| * fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues2017-06-201-0/+6
| * fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues2017-06-201-1/+7
| * fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues2017-06-201-9/+3
| * blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown2017-06-183-3/+5
| * Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme...Christoph Hellwig2017-06-1319-156/+51
| |\
| * \ Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1251-273/+630
| |\ \
| * | | block: switch bios to blk_status_tChristoph Hellwig2017-06-0934-209/+220
| * | | block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig2017-06-091-3/+4
| * | | fs: simplify dio_bio_completeChristoph Hellwig2017-06-091-4/+2
| * | | fs: remove the unused error argument to dio_end_io()Christoph Hellwig2017-06-092-5/+4
| * | | gfs2: remove the unused sd_log_error fieldChristoph Hellwig2017-06-092-4/+1
| * | | nfsd: Check queue type before submitting a SCSI requestBart Van Assche2017-06-011-0/+3
* | | | Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds2017-07-0319-156/+51
|\ \ \ \ | | |_|/ | |/| |
| * | | overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2017-06-052-2/+2
| * | | fs: switch ->s_uuid to uuid_tChristoph Hellwig2017-06-058-27/+13
| * | | xfs: use the common helper uuid_is_null()Amir Goldstein2017-06-056-65/+8
| * | | xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig2017-06-053-27/+4
| * | | uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2017-06-052-13/+0
| * | | uuid: rename uuid typesChristoph Hellwig2017-06-051-2/+0
| * | | nfsd: namespace-prefix uuid_parseChristoph Hellwig2017-06-051-2/+2
| * | | xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2017-06-052-4/+3
| * | | xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein2017-06-051-6/+2
| * | | uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig2017-06-053-10/+19
* | | | Merge branch 'overlayfs-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-06-301-14/+19
|\ \ \ \
| * | | | ovl: don't set origin on broken lower hardlinkMiklos Szeredi2017-06-281-3/+8
| * | | | ovl: copy-up: don't unlock between lookup and linkMiklos Szeredi2017-06-281-12/+12
* | | | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-06-291-1/+4
|\ \ \ \ \
| * | | | | block: provide bio_uninit() free freeing integrity/task associationsJens Axboe2017-06-281-1/+4
| |/ / / /
* | | | | Merge tag 'nfs-for-4.12-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2017-06-284-30/+29
|\ \ \ \ \ | |/ / / / |/| | | |
| * | | | NFSv4.1: nfs4_callback_free_slot() cannot call nfs4_slot_tbl_drain_complete()Trond Myklebust2017-06-271-1/+0
| * | | | Revert "NFS: nfs_rename() handle -ERESTARTSYS dentry left behind"Benjamin Coddington2017-06-271-27/+24
| * | | | NFSv4.1: Fix a race in nfs4_proc_layoutgetTrond Myklebust2017-06-271-1/+1
| * | | | NFS: Trunking detection should handle ERESTARTSYS/EINTRTrond Myklebust2017-06-271-0/+2
| * | | | NFSv4.2: Don't send mode again in post-EXCLUSIVE4_1 SETATTR with umaskBenjamin Coddington2017-06-051-1/+2
| |/ / /
* | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2017-06-235-15/+43
|\ \ \ \