aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-06-27fs: add fcntl() interface for setting/getting write life time hintsJens Axboe3-0/+64
2017-06-21btrfs: use new block error codeDan Carpenter1-1/+1
2017-06-20block: Make most scsi_req_init() calls implicitBart Van Assche1-1/+0
2017-06-20btrfs: nowait aio supportGoldwyn Rodrigues2-6/+30
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues2-6/+48
2017-06-20ext4: nowait aio supportGoldwyn Rodrigues1-6/+29
2017-06-20block: return on congested block deviceGoldwyn Rodrigues1-2/+8
2017-06-20fs: Introduce IOMAP_NOWAITGoldwyn Rodrigues1-0/+8
2017-06-20fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAITGoldwyn Rodrigues1-0/+6
2017-06-20fs: Use RWF_* flags for AIO operationsGoldwyn Rodrigues1-1/+7
2017-06-20fs: Separate out kiocb flags setup based on RWF_* flagsGoldwyn Rodrigues1-9/+3
2017-06-18blk: replace bioset_create_nobvec() with a flags arg to bioset_create()NeilBrown3-3/+5
2017-06-13Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme-baseChristoph Hellwig19-156/+51
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe51-273/+630
2017-06-11Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4Linus Torvalds12-120/+143
2017-06-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-20/+63
2017-06-10Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfsLinus Torvalds6-16/+139
2017-06-10ufs: we need to sync inode before freeing itAl Viro1-0/+1
2017-06-09excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro1-13/+5
2017-06-09ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro1-1/+3
2017-06-09ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro1-1/+2
2017-06-09ufs: set correct ->s_maxsizeAl Viro1-0/+18
2017-06-09ufs: restore maintaining ->i_blocksAl Viro2-1/+26
2017-06-09fix ufs_isblockset()Al Viro1-3/+7
2017-06-09ufs: restore proper tail allocationAl Viro1-1/+1
2017-06-09Btrfs: fix delalloc accounting leak caused by u32 overflowOmar Sandoval1-2/+2
2017-06-09Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_ioLiu Bo1-1/+1
2017-06-09btrfs: tree-log.c: Wrong printk information about namelenSu Yue1-1/+1
2017-06-09block: switch bios to blk_status_tChristoph Hellwig34-209/+220
2017-06-09block_dev: propagate bio_iov_iter_get_pages error in __blkdev_direct_IOChristoph Hellwig1-3/+4
2017-06-09fs: simplify dio_bio_completeChristoph Hellwig1-4/+2
2017-06-09fs: remove the unused error argument to dio_end_io()Christoph Hellwig2-5/+4
2017-06-09gfs2: remove the unused sd_log_error fieldChristoph Hellwig2-4/+1
2017-06-05overlayfs: use uuid_t instead of uuid_beChristoph Hellwig2-2/+2
2017-06-05fs: switch ->s_uuid to uuid_tChristoph Hellwig8-27/+13
2017-06-05xfs: use the common helper uuid_is_null()Amir Goldstein6-65/+8
2017-06-05xfs: remove uuid_getnodeuniq and xfs_uu_tChristoph Hellwig3-27/+4
2017-06-05uuid: hoist helpers uuid_equal() and uuid_copy() from xfsChristoph Hellwig2-13/+0
2017-06-05uuid: rename uuid typesChristoph Hellwig1-2/+0
2017-06-05nfsd: namespace-prefix uuid_parseChristoph Hellwig1-2/+2
2017-06-05xfs: use uuid_be to implement the uuid_t typeChristoph Hellwig2-4/+3
2017-06-05xfs: use uuid_copy() helper to abstract uuid_tAmir Goldstein1-6/+2
2017-06-05uuid,afs: move struct uuid_v1 back into afsChristoph Hellwig3-10/+19
2017-06-04fs/ufs: Set UFS default maximum bytes per fileRichard Narron1-3/+2
2017-06-04Merge tag 'nfs-for-4.12-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-14/+32
2017-06-03nfs: Mark unnecessarily extern functions as staticJan Kara2-4/+3
2017-06-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-0/+23
2017-06-02dax: fix race between colliding PMD & PTE entriesRoss Zwisler1-0/+23
2017-06-02Merge tag 'xfs-4.12-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2-15/+28
2017-06-01Merge tag 'nfsd-4.12-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds3-34/+15