summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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 tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-1251-273/+630
|\ \
| * \ Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-06-1112-120/+143
| |\ \
| | * | ext4: fix fdatasync(2) after extent manipulation operationsJan Kara2017-05-292-0/+7
| | * | ext4: fix data corruption for mmap writesJan Kara2017-05-261-2/+16
| | * | ext4: fix data corruption with EXT4_GET_BLOCKS_ZEROJan Kara2017-05-261-43/+37
| | * | ext4: fix quota charging for shared xattr blocksTahsin Erdogan2017-05-244-0/+31
| | * | ext4: remove redundant check for encrypted file on dio write pathEric Biggers2017-05-241-3/+0
| | * | ext4: remove unused d_name argument from ext4_search_dir() et al.Eric Biggers2017-05-243-13/+7
| | * | ext4: fix off-by-one error when writing back pages before dio readEric Biggers2017-05-241-1/+1
| | * | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff()Eryu Guan2017-05-241-1/+1
| | * | ext4: keep existing extra fields when inode expandsKonstantin Khlebnikov2017-05-211-2/+3
| | * | ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errorsKonstantin Khlebnikov2017-05-211-9/+14
| | * | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff()Jan Kara2017-05-211-1/+1
| | * | ext4: fix SEEK_HOLEJan Kara2017-05-211-36/+14
| | * | jbd2: preserve original nofs flag during journal restartTahsin Erdogan2017-05-211-0/+6
| | * | ext4: clear lockdep subtype for quota files on quota offJan Kara2017-05-211-9/+5
| * | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-06-105-20/+63
| |\ \ \
| | * | | ufs: we need to sync inode before freeing itAl Viro2017-06-101-0/+1
| | * | | excessive checks in ufs_write_failed() and ufs_evict_inode()Al Viro2017-06-091-13/+5
| | * | | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation pathAl Viro2017-06-091-1/+3
| | * | | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments()Al Viro2017-06-091-1/+2
| | * | | ufs: set correct ->s_maxsizeAl Viro2017-06-091-0/+18
| | * | | ufs: restore maintaining ->i_blocksAl Viro2017-06-092-1/+26
| | * | | fix ufs_isblockset()Al Viro2017-06-091-3/+7
| | * | | ufs: restore proper tail allocationAl Viro2017-06-091-1/+1
| * | | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-06-106-16/+139
| |\ \ \ \ | | |_|_|/ | |/| | |
OpenPOWER on IntegriCloud