summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2022-05-23writeback: fix typo in commentJulia Lawall1-1/+1
2022-05-23nfsd: Fix null-ptr-deref in nfsd_fill_super()Zhang Xiaoxu1-7/+7
2022-05-23nfsd: Unregister the cld notifier when laundry_wq create failedZhang Xiaoxu1-1/+3
2022-05-23SUNRPC: Use RMW bitops in single-threaded hot pathsChuck Lever2-4/+5
2022-05-23NFSD: Clean up the show_nf_flags() macroChuck Lever1-6/+0
2022-05-23NFSD: Trace filecache opensChuck Lever2-2/+31
2022-05-23NFSD: Move documenting comment for nfsd4_process_open2()Chuck Lever2-5/+13
2022-05-23NFSD: Fix whitespaceChuck Lever1-25/+25
2022-05-23NFSD: Remove dprintk call sites from tail of nfsd4_open()Chuck Lever1-4/+0
2022-05-23NFSD: Instantiate a struct file when creating a regular NFSv4 fileChuck Lever6-14/+141
2022-05-23fanotify: fix incorrect fmode_t castsVasily Averin1-2/+2
2022-05-23exfat: check if cluster num is validTadeusz Struk3-8/+12
2022-05-23exfat: reduce block requests when zeroing a clusterYuezhang Mo1-24/+17
2022-05-23exfat: introduce mount option 'sys_tz'Chung-Chiang Cheng3-3/+17
2022-05-23exfat: fix referencing wrong parent directory information after renamingYuezhang Mo1-26/+1
2022-05-22afs: Adjust ACK interpretation to try and cope with NATDavid Howells3-1/+9
2022-05-22rxrpc, afs: Fix selection of abort codesDavid Howells1-3/+5
2022-05-22rxrpc: Fix locking issueDavid Howells1-0/+32
2022-05-22afs: Fix afs_getattr() to refetch file status if callback break occurredDavid Howells1-1/+13
2022-05-22ext4: fix bug_on in ext4_writepagesYe Bin1-0/+12
2022-05-22ext4: refactor and move ext4_ioctl_get_encryption_pwsalt()Ritesh Harjani3-57/+64
2022-05-22ext4: cleanup function defs from ext4.h into crypto.cRitesh Harjani2-64/+70
2022-05-22ext4: move ext4 crypto code to its own file crypto.cRitesh Harjani4-122/+131
2022-05-21io_uring: cleanup handling of the two task_work listsJens Axboe1-25/+37
2022-05-20NFSD: Clean up nfsd_open_verified()Chuck Lever3-6/+15
2022-05-20NFSD: Remove do_nfsd_create()Chuck Lever2-160/+0
2022-05-20NFSD: Refactor NFSv4 OPEN(CREATE)Chuck Lever1-10/+152
2022-05-20NFSD: Refactor NFSv3 CREATEChuck Lever1-6/+121
2022-05-20NFSD: Refactor nfsd_create_setattr()Chuck Lever2-37/+44
2022-05-20NFSD: Avoid calling fh_drop_write() twice in do_nfsd_create()Chuck Lever1-4/+1
2022-05-20NFSD: Clean up nfsd3_proc_create()Chuck Lever1-14/+2
2022-05-20mm: zswap: add basic meminfo and vmstat coverageJohannes Weiner1-0/+7
2022-05-19Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski7-91/+114
2022-05-19fs-verity: Use struct_size() helper in enable_verity()Zhang Jianhua1-1/+1
2022-05-19NFSD: Show state of courtesy client in client infoDai Ngo1-1/+8
2022-05-19NFSD: add support for lock conflict to courteous serverDai Ngo1-16/+54
2022-05-19fs/lock: add 2 callbacks to lock_manager_operations to resolve conflictDai Ngo1-3/+30
2022-05-19fs/lock: add helper locks_owner_has_blockers to check for blockersDai Ngo1-0/+28
2022-05-19NFSD: move create/destroy of laundry_wq to init_nfsd and exit_nfsdDai Ngo3-12/+24
2022-05-19NFSD: add support for share reservation conflict to courteous serverDai Ngo1-8/+101
2022-05-19NFSD: add courteous server support for thread with only delegationDai Ngo3-15/+99
2022-05-19NFSD: Clean up nfsd_splice_actor()Chuck Lever1-8/+2
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-05-19Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-05-19io_uring: disallow mixed provided buffer group registrationsJens Axboe1-3/+5
2022-05-19io_uring: initialize io_buffer_list head when shared ring is unregisteredJens Axboe1-0/+3
2022-05-18io_uring: add fully sparse buffer registrationPavel Begunkov1-7/+15
2022-05-18fs-verity: remove unused parameter desc_size in fsverity_create_info()Zhang Jianhua4-16/+9
2022-05-18ext4: fix memory leak in parse_apply_sb_mount_options()Eric Biggers1-2/+4
2022-05-18ext4: reject the 'commit' option on ext2 filesystemsEric Biggers1-0/+1