aboutsummaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-08-23btrfs: avoid unnecessary log mutex contention when syncing logFilipe Manana1-4/+10
2021-08-23btrfs: remove racy and unnecessary inode transaction update when using no-holesFilipe Manana1-7/+5
2021-08-23btrfs: stop doing GFP_KERNEL memory allocations in the ref verify toolFilipe Manana2-17/+5
2021-08-23btrfs: improve the batch insertion of delayed itemsFilipe Manana1-133/+79
2021-08-23btrfs: rescue: allow ibadroots to skip bad extent tree when reading block gro...Qu Wenruo1-0/+19
2021-08-23btrfs: pass NULL as trans to btrfs_search_slot if we only want to searchMarcos Paulo de Souza2-2/+2
2021-08-23btrfs: continue readahead of siblings even if target node is in memoryFilipe Manana1-5/+8
2021-08-23btrfs: check-integrity: drop kmap/kunmap for block pagesDavid Sterba1-8/+3
2021-08-23btrfs: compression: drop kmap/kunmap from generic helpersDavid Sterba2-4/+2
2021-08-23btrfs: compression: drop kmap/kunmap from zstdDavid Sterba1-18/+9
2021-08-23btrfs: compression: drop kmap/kunmap from zlibDavid Sterba1-25/+11
2021-08-23btrfs: compression: drop kmap/kunmap from lzoDavid Sterba1-28/+10
2021-08-23btrfs: drop from __GFP_HIGHMEM all allocationsDavid Sterba5-15/+14
2021-08-23btrfs: cleanup fs_devices pointer usage in btrfs_trim_fsAnand Jain1-5/+5
2021-08-23btrfs: remove max argument from generic_bin_searchMarcos Paulo de Souza1-11/+7
2021-08-23btrfs: make btrfs_finish_chunk_alloc private to block-group.cNikolay Borisov3-96/+91
2021-08-23btrfs: check-integrity: drop unnecessary function prototypesAnand Jain1-49/+0
2021-08-23btrfs: add special case to setget helpers for 64k pagesDavid Sterba1-4/+4
2021-08-23btrfs: zoned: remove max_zone_append_size logicJohannes Thumshirn4-24/+0
2021-08-23fs: remove mandatory file locking supportJeff Layton15-240/+15
2021-08-23fs: simplify get_filesystem_list / get_all_fs_namesChristoph Hellwig1-10/+17
2021-08-21fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi1-2/+3
2021-08-21fcntl: fix potential deadlocks for &fown_struct.lockDesmond Cheong Zhi Xi1-6/+7
2021-08-21Merge tag 'locks-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jlay...Linus Torvalds1-1/+5
2021-08-21lockd: lockd server-side shouldn't set fl_opsJ. Bruce Fields1-18/+12
2021-08-21Merge tag 'io_uring-5.14-2021-08-20' of git://git.kernel.dk/linux-blockLinus Torvalds1-6/+10
2021-08-21ksmbd: fix permission check issue on chown and chmodNamjae Jeon2-6/+23
2021-08-21fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-20io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-20xfs: fix perag structure refcounting error when scrub failsDarrick J. Wong4-4/+7
2021-08-20erofs: support reading chunk-based uncompressed filesGao Xiang3-11/+102
2021-08-20erofs: introduce chunk-based file on-disk formatGao Xiang1-2/+45
2021-08-20gfs2: Remove redundant check from gfs2_glock_dqBob Peterson1-6/+5
2021-08-20gfs2: Delay withdraw from atomic contextBob Peterson1-1/+1
2021-08-20gfs2: Don't call dlm after protocol is unmountedBob Peterson1-0/+5
2021-08-20gfs2: don't stop reads while withdraw in progressBob Peterson2-4/+8
2021-08-20gfs2: Mark journal inodes as "don't cache"Bob Peterson2-0/+2
2021-08-20gfs2: nit: gfs2_drop_inode shouldn't return boolBob Peterson1-1/+1
2021-08-20gfs2: Eliminate vestigial HIF_FIRSTBob Peterson2-3/+0
2021-08-20gfs2: Make recovery error more readableBob Peterson1-1/+1
2021-08-20gfs2: Don't release and reacquire local statfs bhBob Peterson5-41/+25
2021-08-20gfs2: init system threads before freeze lockBob Peterson2-55/+48
2021-08-20ARM: 9108/1: oabi-compat: rework epoll_wait/epoll_pwait emulationArnd Bergmann1-3/+2
2021-08-20ksmbd: don't set FILE DELETE and FILE_DELETE_CHILD in access mask by defaultNamjae Jeon1-2/+0
2021-08-19gfs2: tiny cleanup in gfs2_log_reserveBob Peterson1-1/+1
2021-08-19gfs2: trivial clean up of gfs2_ail_errorBob Peterson1-4/+6
2021-08-19gfs2: be more verbose replaying invalid rgrp blocksBob Peterson1-15/+29
2021-08-19xfs: rename buffer cache index variable b_bnDave Chinner2-25/+12
2021-08-19xfs: convert bp->b_bn references to xfs_buf_daddr()Dave Chinner21-61/+58
2021-08-19xfs: introduce xfs_buf_daddr()Dave Chinner15-22/+26