aboutsummaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-11-24io_uring: add option to skip CQE postingPavel Begunkov1-9/+33
2021-11-24io_uring: clean cqe filling functionsPavel Begunkov1-28/+30
2021-11-24iomap: iomap_read_inline_data cleanupAndreas Gruenbacher1-16/+15
2021-11-24xfs: remove xfs_inew_waitChristoph Hellwig2-24/+1
2021-11-24xfs: Fix the free logic of state in xfs_attr_node_hasnameYang Xu1-10/+7
2021-11-24kernfs: switch global kernfs_rwsem lock to per-fs lockMinchan Kim5-63/+95
2021-11-24fs/ntfs3: Update valid size if -EIOCBQUEUEDKonstantin Komarov1-2/+6
2021-11-24fs/ntfs3: Check new size for limitsKonstantin Komarov1-1/+7
2021-11-24fs/ntfs3: Fix fiemap + fix shrink file size (to remove preallocated space)Konstantin Komarov2-4/+8
2021-11-24fs/ntfs3: In function ntfs_set_acl_ex do not change inode->i_mode if called from function ntfs_init_aclKonstantin Komarov1-6/+7
2021-11-23io_uring: improve argument types of kiocb_done()Pavel Begunkov1-7/+6
2021-11-23io_uring: clean __io_import_iovec()Pavel Begunkov1-8/+13
2021-11-23io_uring: improve send/recv error handlingPavel Begunkov1-24/+31
2021-11-23io_uring: simplify reissue in kiocb_donePavel Begunkov1-10/+3
2021-11-23cifs: update internal version numberSteve French1-1/+1
2021-11-23smb2: clarify rc initialization in smb2_reconnectSteve French1-1/+1
2021-11-23cifs: populate server_hostname for extra channelsShyam Prasad N1-0/+1
2021-11-23cifs: nosharesock should be set on new serverShyam Prasad N1-3/+4
2021-11-23fs/ntfs3: Optimize locking in ntfs_save_wsl_permKonstantin Komarov1-10/+14
2021-11-23fs/ntfs3: Update i_ctime when xattr is addedKonstantin Komarov1-0/+3
2021-11-23fs/ntfs3: Restore ntfs_xattr_get_acl and ntfs_xattr_set_acl functionsKonstantin Komarov1-1/+95
2021-11-23fs/ntfs3: Keep preallocated only if option prealloc enabledKonstantin Komarov1-1/+1
2021-11-23fs/ntfs3: Fix some memory leaks in an error handling path of 'log_replay()'Christophe JAILLET1-2/+4
2021-11-23erofs: fix deadlock when shrink erofs slabHuang Jianan1-2/+6
2021-11-22io_uring: correct link-list traversal lockingPavel Begunkov1-4/+8
2021-11-21iomap: Fix inline extent handling in iomap_readpageAndreas Gruenbacher1-2/+9
2021-11-21pstore/blk: Use "%lu" to format unsigned longGeert Uytterhoeven1-1/+1
2021-11-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+12
2021-11-20Merge tag 'block-5.16-2021-11-19' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+0
2021-11-20Merge tag '5.16-rc1-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds5-34/+21
2021-11-20proc/vmcore: fix clearing user buffer by properly using clear_user()David Hildenbrand1-8/+12
2021-11-18Merge tag 'for-5.16-rc1-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdave/linuxLinus Torvalds6-9/+58
2021-11-18Merge tag 'fs_for_v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fsLinus Torvalds3-2/+35
2021-11-18Merge tag 'fs.idmapped.v5.16-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linuxLinus Torvalds1-2/+2
2021-11-18pstore/ftrace: Allow immediate recordingUwe Kleine-König1-16/+30
2021-11-18reiserfs: don't use congestion_wait()NeilBrown1-2/+5
2021-11-17Merge tag 'gfs2-v5.16-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2Linus Torvalds4-19/+18
2021-11-17NFSv4.1: handle NFS4ERR_NOSPC by CREATE_SESSIONOlga Kornievskaia1-0/+4
2021-11-17f2fs: rework write preallocationsEric Biggers3-101/+88
2021-11-17f2fs: compress: reduce one page array alloc and free when write compressed pageFengnan Chang3-22/+12
2021-11-17NFSv42: Fix pagecache invalidation after COPY/CLONEBenjamin Coddington1-1/+3
2021-11-17NFS: Add a tracepoint to show the results of nfs_set_cache_invalid()Benjamin Coddington2-0/+2
2021-11-17NFSv42: Don't fail clone() unless the OP_CLONE operation failedTrond Myklebust1-2/+1
2021-11-17signal: Requeue signals in the appropriate queueEric W. Biederman1-2/+3
2021-11-17Merge tag 'nfsd-5.16-1' of git://linux-nfs.org/~bfields/linuxLinus Torvalds1-5/+2
2021-11-17fs: Remove FS_THP_SUPPORTMatthew Wilcox (Oracle)1-2/+0
2021-11-17fs: dlm: fix build with CONFIG_IPV6 disabledAlexander Aring1-0/+2
2021-11-17fs: handle circular mappings correctlyChristian Brauner1-2/+2
2021-11-16io_uring: fix missed comment from *task_file renameKamal Mostafa1-1/+1
2021-11-16Revert "mark pstore-blk as broken"Kees Cook1-1/+0