summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-12-12f2fs: move internal functions into extent_cache.cJaegeuk Kim2-76/+81
2022-12-12f2fs: specify extent cache for read explicitlyJaegeuk Kim7-18/+18
2022-12-12f2fs: introduce f2fs_is_readonly() for readabilityYangtao Li2-3/+7
2022-12-12f2fs: remove F2FS_SET_FEATURE() and F2FS_CLEAR_FEATURE() macroYangtao Li1-5/+1
2022-12-12ceph: try to check caps immediately after async creating finishesXiubo Li3-0/+13
2022-12-12ceph: remove useless session parameter for check_caps()Xiubo Li6-31/+22
2022-12-12Merge tag 'printk-for-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-3/+18
2022-12-12Merge tag 'locks-v6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayt...Linus Torvalds10-26/+52
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds4-36/+45
2022-12-12Merge tag 'pstore-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds5-29/+160
2022-12-11hfsplus: fix bug causing custom uid and gid being unable to be assigned with ...Aditya Garg3-2/+8
2022-12-11hfs: Fix OOB Write in hfs_asc2macZhangPeng1-1/+1
2022-12-11hfs: fix OOB Read in __hfs_brec_findZhangPeng1-0/+2
2022-12-11ocfs2: always read both high and low parts of dinode link countAlexey Asemov1-2/+1
2022-12-11mm: do not show fs mm pc for VM_LOCKONFAULT pagesJason A. Donenfeld1-0/+1
2022-12-11omfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-11jfs: remove ->writepageChristoph Hellwig1-6/+1
2022-12-11hpfs: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11hfsplus: remove ->writepageChristoph Hellwig1-1/+1
2022-12-11hfs: remove ->writepageChristoph Hellwig1-1/+1
2022-12-11fat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11extfat: remove ->writepageChristoph Hellwig1-7/+2
2022-12-11xfs: remove restrictions for fsdax and reflinkShiyang Ruan2-8/+0
2022-12-11fsdax,xfs: port unshare to fsdaxShiyang Ruan2-2/+58
2022-12-11xfs: use dax ops for zero and truncate in fsdax modeShiyang Ruan1-2/+2
2022-12-11fsdax: dedupe: iter two files at the same timeShiyang Ruan1-8/+8
2022-12-11fsdax,xfs: set the shared flag when file extent is sharedShiyang Ruan2-13/+8
2022-12-11fsdax: zero the edges if source is HOLE or UNWRITTENShiyang Ruan1-30/+49
2022-12-11fsdax: invalidate pages when CoWShiyang Ruan1-4/+13
2022-12-11fsdax: introduce page->share for fsdax in reflink modeShiyang Ruan1-16/+22
2022-12-11fuse: convert fuse_try_move_page() to use foliosVishal Moola (Oracle)1-27/+28
2022-12-11filemap: convert replace_page_cache_page() to replace_page_cache_folio()Vishal Moola (Oracle)1-1/+1
2022-12-11ksmbd: Convert to use sysfs_emit()/sysfs_emit_at() APIsye xingchen1-14/+6
2022-12-11ksmbd: Fix resource leak in smb2_lock()Marios Makassikis1-0/+4
2022-12-11ksmbd: Fix resource leak in ksmbd_session_rpc_open()Xiu Jianfeng1-3/+5
2022-12-11ksmbd: replace one-element arrays with flexible-array membersGustavo A. R. Silva3-9/+9
2022-12-11ksmbd: use F_SETLK when unlocking a fileJeff Layton1-2/+2
2022-12-11ksmbd: set SMB2_SESSION_FLAG_ENCRYPT_DATA when enforcing data encryption for ...Namjae Jeon3-5/+14
2022-12-10fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin1-1/+1
2022-12-10NFSv4.2: Change the default KConfig value for READ_PLUSAnna Schumaker1-4/+4
2022-12-10NFSD: Avoid clashing function prototypesKees Cook1-255/+377
2022-12-10NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever2-3/+3
2022-12-10NFSD: add CB_RECALL_ANY tracepointsDai Ngo2-0/+52
2022-12-10NFSD: add delegation reaper to react to low memory conditionDai Ngo2-4/+89
2022-12-10NFSD: add support for sending CB_RECALL_ANYDai Ngo4-0/+84
2022-12-10NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo1-9/+16
2022-12-10trace: Relocate event helper filesChuck Lever2-6/+6
2022-12-10NFSD: pass range end to vfs_fsync_range() instead of countBrian Foster1-2/+3
2022-12-10lockd: fix file selection in nlmsvc_cancel_blockedJeff Layton1-3/+4
2022-12-10lockd: ensure we use the correct file descriptor when unlockingJeff Layton1-4/+6