summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-9/+5
|\
| * blk-crypto: add a blk_crypto_config_supported_natively helperChristoph Hellwig2022-11-211-4/+2
| * blk-crypto: don't use struct request_queue for public interfacesChristoph Hellwig2022-11-211-5/+3
* | Merge tag 'for-6.2/io_uring-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-132-24/+31
|\ \
| * | eventfd: provide a eventfd_signal_mask() helperJens Axboe2022-11-221-16/+21
| * | eventpoll: add EPOLL_URING_WAKE poll wakeup flagJens Axboe2022-11-211-8/+10
* | | Merge tag 'iomap-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-131-2/+1
|\ \ \
| * | | iomap: directly use logical block sizeKeith Busch2022-11-141-2/+1
* | | | Merge tag 'vfs-6.2-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-12-131-5/+2
|\ \ \ \
| * | | | fs/remap_range: avoid spurious writeback on zero length requestBrian Foster2022-11-301-5/+2
| |/ / /
* | | | Merge tag 'fs.xattr.simple.rework.rbtree.rwlock.v6.2' of git://git.kernel.org...Linus Torvalds2022-12-131-67/+250
|\ \ \ \
| * | | | xattr: use rbtree for simple_xattrsChristian Brauner2022-11-121-67/+250
* | | | | Merge tag 'lsm-pr-20221212' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-133-3/+8
|\ \ \ \ \
| * | | | | reiserfs: Add missing calls to reiserfs_security_free()Roberto Sassu2022-11-222-1/+5
| * | | | | lsm,fs: fix vfs_getxattr_alloc() return type and caller error pathsPaul Moore2022-11-181-2/+3
| |/ / / /
* | | | | Merge tag 'landlock-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-12-132-2/+2
|\ \ \ \ \
| * | | | | security: Create file_truncate hook from path_truncate hookGünther Noack2022-10-192-2/+2
| |/ / / /
* | | | | Merge tag 'configfs-6.2-2022-12-13' of git://git.infradead.org/users/hch/conf...Linus Torvalds2022-12-131-0/+2
|\ \ \ \ \
| * | | | | configfs: fix possible memory leak in configfs_create_dir()Chen Zhongjin2022-12-021-0/+2
* | | | | | Merge tag 'nfs-for-6.2-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfsLinus Torvalds2022-12-1315-67/+105
|\ \ \ \ \ \
| * | | | | | NFSv4.2: Change the default KConfig value for READ_PLUSAnna Schumaker2022-12-101-4/+4
| * | | | | | NFSv4.x: Fail client initialisation if state manager thread can't runTrond Myklebust2022-12-061-0/+2
| * | | | | | fs: nfs: sysfs: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | | | | NFS: use sysfs_emit() to instead of scnprintf()ye xingchen2022-12-061-1/+1
| * | | | | | NFS: Allow very small rsize & wsize againAnna Schumaker2022-12-061-4/+2
| * | | | | | NFSv4.2: Fix up READ_PLUS alignmentAnna Schumaker2022-12-061-3/+4
| * | | | | | NFSv4.2: Set the correct size scratch buffer for decoding READ_PLUSAnna Schumaker2022-12-061-1/+1
| * | | | | | NFS: avoid spurious warning of lost lock that is being unlocked.NeilBrown2022-12-063-2/+5
| * | | | | | nfs: fix possible null-ptr-deref when parsing paramHawkins Jiawei2022-12-061-0/+6
| * | | | | | NFSv4: check FMODE_EXEC from open context mode in nfs4_opendata_access()ChenXiaoSong2022-12-061-11/+5
| * | | | | | NFS: make sure open context mode have FMODE_EXEC when file open for execChenXiaoSong2022-12-062-9/+6
| * | | | | | NFS4.x/pnfs: Fix up logging of layout stateidsTrond Myklebust2022-12-051-2/+2
| * | | | | | NFS: Fix a race in nfs_call_unlink()Trond Myklebust2022-11-271-0/+1
| * | | | | | NFS: Fix an Oops in nfs_d_automount()Trond Myklebust2022-11-271-1/+1
| * | | | | | NFSv4: Fix a deadlock between nfs4_open_recover_helper() and delegreturnTrond Myklebust2022-11-271-7/+12
| * | | | | | NFSv4: Fix a credential leak in _nfs4_discover_trunking()Trond Myklebust2022-11-271-1/+3
| * | | | | | NFS: Trigger the "ls -l" readdir heuristic soonerBenjamin Coddington2022-11-271-2/+7
| * | | | | | NFSv4.2: Fix initialisation of struct nfs4_labelTrond Myklebust2022-11-271-5/+10
| * | | | | | NFSv4.2: Fix a memory stomp in decode_attr_security_labelTrond Myklebust2022-11-271-6/+4
| * | | | | | NFSv4.2: Always decode the security labelTrond Myklebust2022-11-271-6/+4
| * | | | | | NFSv4.2: Clear FATTR4_WORD2_SECURITY_LABEL when done decodingTrond Myklebust2022-11-271-1/+1
| * | | | | | NFS: Clear the file access cache upon loginTrond Myklebust2022-11-271-0/+23
| |/ / / / /
* | | | | | Merge tag 'nfsd-6.2' of git://git.kernel.org/pub/scm/linux/kernel/git/cel/linuxLinus Torvalds2022-12-1234-754/+1205
|\ \ \ \ \ \
| * | | | | | NFSD: Avoid clashing function prototypesKees Cook2022-12-101-255/+377
| * | | | | | NFSD: Use only RQ_DROPME to signal the need to drop a replyChuck Lever2022-12-102-3/+3
| * | | | | | NFSD: add CB_RECALL_ANY tracepointsDai Ngo2022-12-102-0/+52
| * | | | | | NFSD: add delegation reaper to react to low memory conditionDai Ngo2022-12-102-4/+89
| * | | | | | NFSD: add support for sending CB_RECALL_ANYDai Ngo2022-12-104-0/+84
| * | | | | | NFSD: refactoring courtesy_client_reaper to a generic low memory shrinkerDai Ngo2022-12-101-9/+16
| * | | | | | trace: Relocate event helper filesChuck Lever2022-12-102-6/+6