summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-06-08Merge tag 'assorted-fixes-5.14-1_2021-06-03' of https://git.kernel.org/pub/sc...Darrick J. Wong5-26/+40
2021-06-08Merge tag 'unit-conversion-cleanups-5.14_2021-06-03' of https://git.kernel.or...Darrick J. Wong3-6/+6
2021-06-08xfs: drop the AGI being passed to xfs_check_agi_freecountDave Chinner1-15/+13
2021-06-08Merge tag 'xfs-perag-conv-tag' of git://git.kernel.org/pub/scm/linux/kernel/g...Darrick J. Wong60-1389/+1408
2021-06-08Merge tag 'xfs-buf-bulk-alloc-tag' of git://git.kernel.org/pub/scm/linux/kern...Darrick J. Wong3-189/+120
2021-06-07xfs: merge xfs_buf_allocate_memoryDave Chinner1-31/+13
2021-06-07xfs: cleanup error handling in xfs_buf_get_mapChristoph Hellwig1-8/+7
2021-06-07xfs: get rid of xb_to_gfp()Dave Chinner1-4/+6
2021-06-07xfs: simplify the b_page_count calculationChristoph Hellwig1-11/+3
2021-06-07xfs: remove ->b_offset handling for page backed buffersChristoph Hellwig2-6/+5
2021-06-03xfs: don't take a spinlock unconditionally in the DIO fastpathDave Chinner1-11/+31
2021-06-03xfs: mark xfs_bmap_set_attrforkoff staticChristoph Hellwig2-2/+1
2021-06-03xfs: Remove redundant assignment to busyJiapeng Chong1-1/+0
2021-06-03xfs: sort variable alphabetically to avoid repeated declarationShaokun Zhang1-12/+8
2021-06-02xfs: remove xfs_perag_tDave Chinner3-35/+35
2021-06-02xfs: use perag through unlink processingDave Chinner3-80/+87
2021-06-02xfs: clean up and simplify xfs_dialloc()Dave Chinner1-118/+153
2021-06-02xfs: inode allocation can use a single perag instanceDave Chinner1-3/+3
2021-06-02xfs: get rid of xfs_dir_ialloc()Dave Chinner6-93/+44
2021-06-02xfs: collapse AG selection for inode allocationDave Chinner1-147/+78
2021-06-02xfs: simplify xfs_dialloc_select_ag() return valuesDave Chinner2-18/+8
2021-06-02xfs: remove agno from btree cursorDave Chinner19-130/+130
2021-06-02xfs: use perag for ialloc btree cursorsDave Chinner6-116/+109
2021-06-02xfs: convert allocbt cursors to use peragsDave Chinner7-43/+32
2021-06-02xfs: convert refcount btree cursor to use peragsDave Chinner9-44/+50
2021-06-02xfs: convert rmap btree cursor to using a peragDave Chinner11-46/+42
2021-06-02xfs: add a perag to the btree cursorDave Chinner21-70/+119
2021-06-02xfs: pass perags around in fsmap data dev functionsDave Chinner2-31/+59
2021-06-02xfs: push perags through the ag reservation calloutsDave Chinner7-23/+23
2021-06-02xfs: pass perags through to the busy extent codeDave Chinner9-63/+57
2021-06-02xfs: convert secondary superblock walk to use peragsDave Chinner1-5/+7
2021-06-02xfs: convert xfs_iwalk to use perag referencesDave Chinner2-38/+64
2021-06-02xfs: convert raw ag walks to use for_each_peragDave Chinner4-38/+43
2021-06-02xfs: make for_each_perag... a first class citizenDave Chinner6-52/+39
2021-06-02xfs: move perag structure and setup to libxfs/xfs_ag.[ch]Dave Chinner7-243/+252
2021-06-02xfs: prepare for moving perag definitions and support to libxfsDave Chinner2-33/+42
2021-06-02xfs: move xfs_perag_get/put to xfs_ag.[ch]Dave Chinner31-160/+172
2021-06-01xfs: remove unnecessary shiftsDarrick J. Wong1-3/+3
2021-06-01xfs: clean up open-coded fs block unit conversionsDarrick J. Wong2-3/+3
2021-06-01xfs: move page freeing into _xfs_buf_free_pages()Dave Chinner1-38/+23
2021-06-01xfs: merge _xfs_buf_get_pages()Dave Chinner1-34/+14
2021-06-01xfs: use alloc_pages_bulk_array() for buffersDave Chinner1-38/+24
2021-06-01xfs: use xfs_buf_alloc_pages for uncached buffersDave Chinner2-22/+6
2021-06-01xfs: split up xfs_buf_allocate_memoryDave Chinner1-52/+74
2021-05-30Merge tag 'xfs-5.13-fixes-3' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds7-86/+139
2021-05-29Merge tag 'driver-core-5.13-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-3/+6
2021-05-29Merge tag 'io_uring-5.13-2021-05-28' of git://git.kernel.dk/linux-blockLinus Torvalds3-17/+29
2021-05-29Merge tag '5.13-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-57/+150
2021-05-28Merge tag 'nfs-for-5.13-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds7-29/+20
2021-05-27cifs: change format of CIFS_FULL_KEY_DUMP ioctlAurelien Aptel3-45/+126