| Commit message (Expand) | Author | Age | Files | Lines |
* | block: Make most scsi_req_init() calls implicit | Bart Van Assche | 2017-06-21 | 1 | -1/+0 |
* | btrfs: nowait aio support | Goldwyn Rodrigues | 2017-06-20 | 2 | -6/+30 |
* | xfs: nowait aio support | Goldwyn Rodrigues | 2017-06-20 | 2 | -6/+48 |
* | ext4: nowait aio support | Goldwyn Rodrigues | 2017-06-20 | 1 | -6/+29 |
* | block: return on congested block device | Goldwyn Rodrigues | 2017-06-20 | 1 | -2/+8 |
* | fs: Introduce IOMAP_NOWAIT | Goldwyn Rodrigues | 2017-06-20 | 1 | -0/+8 |
* | fs: Introduce RWF_NOWAIT and FMODE_AIO_NOWAIT | Goldwyn Rodrigues | 2017-06-20 | 1 | -0/+6 |
* | fs: Use RWF_* flags for AIO operations | Goldwyn Rodrigues | 2017-06-20 | 1 | -1/+7 |
* | fs: Separate out kiocb flags setup based on RWF_* flags | Goldwyn Rodrigues | 2017-06-20 | 1 | -9/+3 |
* | blk: replace bioset_create_nobvec() with a flags arg to bioset_create() | NeilBrown | 2017-06-18 | 3 | -3/+5 |
* | Merge branch 'uuid-types' of bombadil.infradead.org:public_git/uuid into nvme... | Christoph Hellwig | 2017-06-13 | 19 | -156/+51 |
|\ |
|
| * | overlayfs: use uuid_t instead of uuid_be | Christoph Hellwig | 2017-06-05 | 2 | -2/+2 |
| * | fs: switch ->s_uuid to uuid_t | Christoph Hellwig | 2017-06-05 | 8 | -27/+13 |
| * | xfs: use the common helper uuid_is_null() | Amir Goldstein | 2017-06-05 | 6 | -65/+8 |
| * | xfs: remove uuid_getnodeuniq and xfs_uu_t | Christoph Hellwig | 2017-06-05 | 3 | -27/+4 |
| * | uuid: hoist helpers uuid_equal() and uuid_copy() from xfs | Christoph Hellwig | 2017-06-05 | 2 | -13/+0 |
| * | uuid: rename uuid types | Christoph Hellwig | 2017-06-05 | 1 | -2/+0 |
| * | nfsd: namespace-prefix uuid_parse | Christoph Hellwig | 2017-06-05 | 1 | -2/+2 |
| * | xfs: use uuid_be to implement the uuid_t type | Christoph Hellwig | 2017-06-05 | 2 | -4/+3 |
| * | xfs: use uuid_copy() helper to abstract uuid_t | Amir Goldstein | 2017-06-05 | 1 | -6/+2 |
| * | uuid,afs: move struct uuid_v1 back into afs | Christoph Hellwig | 2017-06-05 | 3 | -10/+19 |
* | | Merge tag 'v4.12-rc5' into for-4.13/block | Jens Axboe | 2017-06-12 | 51 | -273/+630 |
|\ \ |
|
| * \ | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2017-06-11 | 12 | -120/+143 |
| |\ \ |
|
| | * | | ext4: fix fdatasync(2) after extent manipulation operations | Jan Kara | 2017-05-29 | 2 | -0/+7 |
| | * | | ext4: fix data corruption for mmap writes | Jan Kara | 2017-05-26 | 1 | -2/+16 |
| | * | | ext4: fix data corruption with EXT4_GET_BLOCKS_ZERO | Jan Kara | 2017-05-26 | 1 | -43/+37 |
| | * | | ext4: fix quota charging for shared xattr blocks | Tahsin Erdogan | 2017-05-25 | 4 | -0/+31 |
| | * | | ext4: remove redundant check for encrypted file on dio write path | Eric Biggers | 2017-05-25 | 1 | -3/+0 |
| | * | | ext4: remove unused d_name argument from ext4_search_dir() et al. | Eric Biggers | 2017-05-25 | 3 | -13/+7 |
| | * | | ext4: fix off-by-one error when writing back pages before dio read | Eric Biggers | 2017-05-25 | 1 | -1/+1 |
| | * | | ext4: fix off-by-one on max nr_pages in ext4_find_unwritten_pgoff() | Eryu Guan | 2017-05-25 | 1 | -1/+1 |
| | * | | ext4: keep existing extra fields when inode expands | Konstantin Khlebnikov | 2017-05-22 | 1 | -2/+3 |
| | * | | ext4: handle the rest of ext4_mb_load_buddy() ENOMEM errors | Konstantin Khlebnikov | 2017-05-22 | 1 | -9/+14 |
| | * | | ext4: fix off-by-in in loop termination in ext4_find_unwritten_pgoff() | Jan Kara | 2017-05-22 | 1 | -1/+1 |
| | * | | ext4: fix SEEK_HOLE | Jan Kara | 2017-05-22 | 1 | -36/+14 |
| | * | | jbd2: preserve original nofs flag during journal restart | Tahsin Erdogan | 2017-05-22 | 1 | -0/+6 |
| | * | | ext4: clear lockdep subtype for quota files on quota off | Jan Kara | 2017-05-22 | 1 | -9/+5 |
| * | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2017-06-10 | 5 | -20/+63 |
| |\ \ \ |
|
| | * | | | ufs: we need to sync inode before freeing it | Al Viro | 2017-06-10 | 1 | -0/+1 |
| | * | | | excessive checks in ufs_write_failed() and ufs_evict_inode() | Al Viro | 2017-06-09 | 1 | -13/+5 |
| | * | | | ufs_getfrag_block(): we only grab ->truncate_mutex on block creation path | Al Viro | 2017-06-09 | 1 | -1/+3 |
| | * | | | ufs_extend_tail(): fix the braino in calling conventions of ufs_new_fragments() | Al Viro | 2017-06-09 | 1 | -1/+2 |
| | * | | | ufs: set correct ->s_maxsize | Al Viro | 2017-06-09 | 1 | -0/+18 |
| | * | | | ufs: restore maintaining ->i_blocks | Al Viro | 2017-06-09 | 2 | -1/+26 |
| | * | | | fix ufs_isblockset() | Al Viro | 2017-06-09 | 1 | -3/+7 |
| | * | | | ufs: restore proper tail allocation | Al Viro | 2017-06-09 | 1 | -1/+1 |
| * | | | | Merge branch 'for-linus-4.12' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2017-06-10 | 6 | -16/+139 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | Btrfs: fix delalloc accounting leak caused by u32 overflow | Omar Sandoval | 2017-06-09 | 1 | -2/+2 |
| | * | | | Btrfs: clear EXTENT_DEFRAG bits in finish_ordered_io | Liu Bo | 2017-06-09 | 1 | -1/+1 |
| | * | | | btrfs: tree-log.c: Wrong printk information about namelen | Su Yue | 2017-06-09 | 1 | -1/+1 |