aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-13Merge tag 'io_uring-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds5-873/+1520
2020-10-13Merge tag 'block-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds15-150/+123
2020-10-13Merge tag 'erofs-for-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/xiang/erofsLinus Torvalds4-32/+22
2020-10-13Merge tag 'for-5.10-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds52-1978/+2690
2020-10-13Merge tag 'dlm-5.10' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlmLinus Torvalds6-279/+260
2020-10-13Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds19-342/+470
2020-10-12Merge branch 'compat.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-209/+126
2020-10-12Merge branch 'work.quota-compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds5-140/+93
2020-10-12Merge branch 'work.iov_iter' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds4-398/+49
2020-10-12Merge tag 'efi-core-2020-10-12' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+3
2020-10-12Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linuxLinus Torvalds3-7/+25
2020-10-11Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-6/+5
2020-10-10cifs: Fix incomplete memory allocation on setxattr pathVladimir Zapolskiy1-1/+1
2020-10-10io_uring: keep a pointer ref_node in file_dataPavel Begunkov1-8/+6
2020-10-10io_uring: refactor *files_register()'s error pathsPavel Begunkov1-46/+32
2020-10-10io_uring: clean file_data access in files_registerPavel Begunkov1-36/+33
2020-10-10io_uring: don't delay io_init_req() error checkPavel Begunkov1-2/+1
2020-10-10io_uring: clean leftovers after splitting issuePavel Begunkov1-8/+6
2020-10-10io_uring: remove timeout.list after hrtimer cancelPavel Begunkov1-9/+2
2020-10-10io_uring: use a separate struct for timeout_removePavel Begunkov1-9/+9
2020-10-10io_uring: improve submit_state.ios_left accountingPavel Begunkov1-5/+5
2020-10-10io_uring: simplify io_file_get()Pavel Begunkov1-16/+14
2020-10-10io_uring: kill extra check in fixed io_file_get()Pavel Begunkov1-2/+1
2020-10-10io_uring: clean up ->files grabbingPavel Begunkov1-39/+13
2020-10-10io_uring: don't io_prep_async_work() linked reqsPavel Begunkov1-3/+0
2020-10-09io_uring: Convert advanced XArray uses to the normal APIMatthew Wilcox (Oracle)1-12/+2
2020-10-09io_uring: Fix XArray usage in io_uring_add_task_fileMatthew Wilcox (Oracle)1-12/+9
2020-10-09io_uring: Fix use of XArray in __io_uring_files_cancelMatthew Wilcox (Oracle)1-14/+5
2020-10-08io_uring: fix break condition for __io_uring_register() waitingJens Axboe1-3/+3
2020-10-09erofs: remove unnecessary enum entriesChengguang Xu1-2/+0
2020-10-08Merge tag 'exfat-for-5.9-rc9' of git://git.kernel.org/pub/scm/linux/kernel/git/linkinjeon/exfatLinus Torvalds5-22/+12
2020-10-08afs: Fix deadlock between writeback and truncateDavid Howells3-9/+50
2020-10-08io_uring: no need to call xa_destroy() on empty xarrayJens Axboe1-1/+0
2020-10-07io_uring: batch account ->req_issue and task struct referencesJens Axboe1-2/+5
2020-10-07btrfs: rename BTRFS_INODE_ORDERED_DATA_CLOSE flagNikolay Borisov3-9/+9
2020-10-07btrfs: annotate device name rcu_string with __rcuMadhuparna Bhowmik1-1/+1
2020-10-07btrfs: skip devices without magic signature when mountingAnand Jain2-8/+18
2020-10-07btrfs: cleanup cow block on errorJosef Bacik1-0/+6
2020-10-07btrfs: remove BTRFS_INODE_READDIO_NEED_LOCKGoldwyn Rodrigues2-21/+0
2020-10-07fs: remove no longer used dio_end_io()Goldwyn Rodrigues1-19/+0
2020-10-07btrfs: return error if we're unable to read device statsJosef Bacik1-8/+18
2020-10-07btrfs: init device stats for seed devicesJosef Bacik1-41/+46
2020-10-07btrfs: remove struct extent_io_opsNikolay Borisov7-38/+0
2020-10-07btrfs: call submit_bio_hook directly for metadata pagesNikolay Borisov3-7/+7
2020-10-07btrfs: stop calling submit_bio_hook for data inodesNikolay Borisov3-8/+12
2020-10-07btrfs: don't opencode is_data_inode in end_bio_extent_readpageNikolay Borisov1-4/+2
2020-10-07btrfs: call submit_bio_hook directly in submit_one_bioNikolay Borisov1-5/+2
2020-10-07btrfs: remove extent_io_ops::readpage_end_io_hookNikolay Borisov3-6/+1
2020-10-07btrfs: replace readpage_end_io_hook with direct callsNikolay Borisov5-12/+18
2020-10-07btrfs: send, recompute reference path after orphanization of a directoryFilipe Manana1-0/+72