aboutsummaryrefslogtreecommitdiffstats
path: root/fs (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-19fat: report creation time in statxChung-Chiang Cheng3-5/+20
2022-05-19fat: ignore ctime updates, and keep ctime identical to mtime in memoryChung-Chiang Cheng2-10/+10
2022-05-19fat: split fat_truncate_time() into separate functionsChung-Chiang Cheng2-27/+53
2022-05-19mm: 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-19kernfs: Separate kernfs_pr_cont_buf and rename_lock.Hao Luo1-12/+19
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-19cifs: fix signed integer overflow when fl_end is OFFSET_MAXPaulo Alcantara3-5/+11
2022-05-19fs-writeback: writeback_sb_inodes:Recalculate 'wrote' according skipped pagesZhihao Cheng1-5/+8
2022-05-18Merge tag 'io_uring-5.18-2022-05-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3
2022-05-18ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2-2/+2
2022-05-18f2fs: fix to do sanity check for inline inodeChao Yu3-7/+26
2022-05-18f2fs: fix fallocate to use file_modified to update permissions consistentlyChao Yu1-0/+4
2022-05-18io_uring: disallow mixed provided buffer group registrationsJens Axboe1-3/+5
2022-05-18io_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
2022-05-18ext4: remove duplicated #include of dax.h in inode.cYang Li1-1/+0
2022-05-18freevxfs: relicense to GPLv2 onlyChristoph Hellwig14-356/+14
2022-05-18fsnotify: consistent behavior for parent not watching childrenAmir Goldstein2-24/+20
2022-05-18fsnotify: introduce mark type iteratorAmir Goldstein2-37/+30
2022-05-18io_uring: use rcu_dereference in io_closeChristoph Hellwig1-1/+2
2022-05-18io_uring: consistently use the EPOLL* definesChristoph Hellwig1-4/+4
2022-05-18io_uring: make apoll_events a __poll_tChristoph Hellwig1-3/+4
2022-05-18io_uring: drop a spurious inline on a forward declarationChristoph Hellwig1-1/+1
2022-05-18io_uring: don't use ERR_PTR for user pointersChristoph Hellwig1-46/+37
2022-05-18io_uring: use a rwf_t for io_rw.flagsChristoph Hellwig1-1/+1
2022-05-18io_uring: add support for ring mapped supplied buffersJens Axboe1-12/+222
2022-05-18io_uring: add io_pin_pages() helperJens Axboe1-27/+50
2022-05-18io_uring: add buffer selection support to IORING_OP_NOPJens Axboe1-1/+12
2022-05-18io_uring: fix locking state for empty buffer groupJens Axboe1-11/+14
2022-05-17NFS: Pass i_size to fscache_unuse_cookie() when a file is releasedDave Wysochanski1-4/+3
2022-05-17NFS: Improve warning message when locks are lost.NeilBrown1-5/+15
2022-05-17SMB3: EBADF/EIO errors in rename/open caused by race condition in smb2_compound_opSteve French1-2/+0
2022-05-17io_uring: don't attempt to IOPOLL for MSG_RING requestsJens Axboe1-0/+3
2022-05-17f2fs: don't use casefolded comparison for "." and ".."Eric Biggers3-11/+13
2022-05-17f2fs: do not stop GC when requiring a free sectionJaegeuk Kim5-11/+22
2022-05-17ext4: fix race condition between ext4_write and ext4_convert_inline_dataBaokun Li2-13/+6
2022-05-17ext4: convert symlink external data block mapping to bdevZhang Yi3-83/+100
2022-05-17ext4: add nowait mode for ext4_getblk()Zhang Yi2-0/+16