summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2020-09-16xfs: Remove kmem_zalloc_large()Carlos Maiolino5-11/+5
2020-09-16xfs: enable big timestampsDarrick J. Wong1-1/+2
2020-09-16xfs: trace timestamp limitsDarrick J. Wong3-0/+29
2020-09-16xfs: widen ondisk quota expiration timestamps to handle y2038+Darrick J. Wong7-6/+102
2020-09-16xfs: widen ondisk inode timestamps to deal with y2038+Darrick J. Wong16-28/+201
2020-09-16xfs: redefine xfs_ictimestamp_tDarrick J. Wong4-13/+33
2020-09-16xfs: redefine xfs_timestamp_tDarrick J. Wong6-36/+85
2020-09-16xfs: move xfs_log_dinode_to_disk to the log recovery codeDarrick J. Wong3-54/+52
2020-09-16xfs: refactor quota timestamp codingDarrick J. Wong3-6/+29
2020-09-16xfs: refactor default quota grace period setting codeDarrick J. Wong4-2/+24
2020-09-16xfs: refactor quota expiration timer modificationDarrick J. Wong6-9/+61
2020-09-16xfs: explicitly define inode timestamp rangeDarrick J. Wong2-2/+24
2020-09-16xfs: enable new inode btree counters featureDarrick J. Wong1-1/+2
2020-09-16xfs: support inode btree blockcounts in online repairDarrick J. Wong2-3/+37
2020-09-16xfs: support inode btree blockcounts in online scrubDarrick J. Wong1-0/+30
2020-09-16xfs: use the finobt block counts to speed up mount timesDarrick J. Wong1-1/+27
2020-09-16xfs: store inode btree block counts in AGI headerDarrick J. Wong6-2/+49
2020-09-16xfs: reuse _xfs_buf_read for re-reading the superblockChristoph Hellwig3-18/+14
2020-09-16xfs: remove xfs_getsbChristoph Hellwig3-31/+13
2020-09-16xfs: simplify xfs_trans_getsbChristoph Hellwig4-35/+19
2020-09-16xfs: remove xlog_recover_iodoneChristoph Hellwig5-35/+17
2020-09-16xfs: clear the read/write flags later in xfs_buf_ioendChristoph Hellwig1-6/+5
2020-09-16xfs: use xfs_buf_item_relse in xfs_buf_item_doneChristoph Hellwig1-6/+3
2020-09-16xfs: simplify the xfs_buf_ioend_disposition calling conventionChristoph Hellwig1-27/+9
2020-09-16xfs: lift the XBF_IOEND_FAIL handling into xfs_buf_ioend_dispositionChristoph Hellwig1-8/+8
2020-09-16xfs: remove xfs_buf_ioerror_retryChristoph Hellwig1-21/+12
2020-09-16xfs: refactor xfs_buf_ioerror_fail_without_retryChristoph Hellwig1-20/+15
2020-09-16xfs: fold xfs_buf_ioend_finish into xfs_ioendChristoph Hellwig3-11/+5
2020-09-16xfs: move the buffer retry logic to xfs_buf.cChristoph Hellwig10-279/+215
2020-09-16xfs: refactor xfs_buf_ioendChristoph Hellwig2-31/+24
2020-09-16xfs: mark xfs_buf_ioend staticChristoph Hellwig2-2/+1
2020-09-16xfs: refactor the buf ioend disposition codeChristoph Hellwig1-53/+62
2020-09-07xfs: xfs_iflock is no longer a completionDave Chinner7-108/+55
2020-09-07xfs: remove kmem_realloc()Carlos Maiolino7-32/+8
2020-09-06Merge tag 'io_uring-5.9-2020-09-06' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+52
2020-09-06io_uring: fix linked deferred ->files cancellationPavel Begunkov1-2/+23
2020-09-06io_uring: fix cancel of deferred reqs with ->filesPavel Begunkov1-0/+27
2020-09-05Merge tag 'xfs-5.9-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-1/+1
2020-09-05xfs: don't update mtime on COW faultsMikulas Patocka1-2/+10
2020-09-05ext2: don't update mtime on COW faultsMikulas Patocka1-2/+4
2020-09-05io_uring: fix explicit async read/write mapping for large segmentsJens Axboe1-3/+4
2020-09-04Merge tag 'io_uring-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+12
2020-09-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-40/+73
2020-09-03Merge tag 'affs-for-5.9-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2-1/+52
2020-09-03xfs: fix xfs_bmap_validate_extent_raw when checking attr fork of rt filesDarrick J. Wong1-1/+1
2020-09-02Merge tag 'xfs-5.9-fixes-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds4-7/+9
2020-09-02Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-3/+3
2020-09-02io_uring: no read/write-retry on -EAGAIN error and O_NONBLOCK marked fileJens Axboe1-0/+10
2020-09-02fix regression in "epoll: Keep a reference on files added to the check list"Al Viro1-3/+3
2020-09-02io_uring: set table->files[i] to NULL when io_sqe_file_register failedJiufei Xue1-0/+1