summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* ecryptfs: crypto: Supply some missing param descriptions and demote abusesLee Jones2021-04-191-10/+10
* ecryptfs: miscdev: File headers are not good kernel-doc candidatesLee Jones2021-04-191-1/+2
* ecryptfs: main: Demote a bunch of non-conformant kernel-doc headersLee Jones2021-04-191-12/+12
* ecryptfs: messaging: Add missing param descriptions and demote abusesLee Jones2021-04-191-3/+5
* ecryptfs: super: Fix formatting, naming and kernel-doc abusesLee Jones2021-04-191-4/+4
* ecryptfs: file: Demote kernel-doc abusesLee Jones2021-04-191-2/+2
* ecryptfs: kthread: Demote file header and provide description for 'cred'Lee Jones2021-04-191-1/+2
* ecryptfs: dentry: File headers are not good candidates for kernel-docLee Jones2021-04-191-1/+1
* ecryptfs: debug: Demote a couple of kernel-doc abusesLee Jones2021-04-191-2/+2
* ecryptfs: read_write: File headers do not make good candidates for kernel-docLee Jones2021-04-191-1/+3
* Merge tag 'v5.12-rc7' into ecryptfs/nextTyler Hicks2021-04-19615-11561/+19553
|\
| * Merge tag 'for-5.12-rc6-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-111-11/+42
| |\
| | * btrfs: zoned: move superblock logging zone locationNaohiro Aota2021-04-101-11/+42
| * | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-04-093-14/+10
| |\ \
| | * | fs: direct-io: fix missing sdio->boundaryJack Qiu2021-04-091-2/+3
| | * | ocfs2: fix deadlock between setattr and dio_end_io_writeWengang Wang2021-04-092-12/+7
| * | | Merge tag 'io_uring-5.12-2021-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-092-2/+21
| |\ \ \ | | |/ / | |/| |
| | * | io-wq: cancel unbounded works on io-wq destroyPavel Begunkov2021-04-081-0/+4
| | * | io_uring: fix rw req completionPavel Begunkov2021-04-081-0/+13
| | * | io_uring: clear F_REISSUE right after getting itPavel Begunkov2021-04-071-2/+4
| * | | Merge tag '5.12-rc6-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-04-085-8/+22
| |\ \ \
| | * | | cifs: escape spaces in share namesMaciek Borzecki2021-04-071-1/+2
| | * | | fs: cifs: Remove unnecessary struct declarationWan Jiabing2021-04-071-2/+0
| | * | | cifs: On cifs_reconnect, resolve the hostname again.Shyam Prasad N2021-04-073-5/+20
| * | | | Merge tag 'for-linus-2021-04-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-04-081-4/+17
| |\ \ \ \
| | * | | | file: fix close_range() for unshare+cloexecChristian Brauner2021-04-021-4/+17
| * | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-04-081-4/+4
| |\ \ \ \ \
| | * | | | | LOOKUP_MOUNTPOINT: we are cleaning "jumped" flag too lateAl Viro2021-04-061-4/+4
| * | | | | | Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds2021-04-062-6/+7
| |\| | | | | | | |_|/ / / | |/| | | |
| | * | | | Make sure nd->path.mnt and nd->path.dentry are always valid pointersAl Viro2021-04-061-2/+4
| | * | | | hostfs: fix memory handling in follow_link()Al Viro2021-03-251-4/+3
| * | | | | Merge tag 'io_uring-5.12-2021-04-03' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-031-0/+5
| |\ \ \ \ \ | | | |_|/ / | | |/| | |
| | * | | | io_uring: fix !CONFIG_BLOCK compilation failureJens Axboe2021-04-021-0/+5
| * | | | | Merge tag 'gfs2-v5.12-rc2-fixes2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-04-031-5/+9
| |\ \ \ \ \
| | * | | | | gfs2: report "already frozen/thawed" errorsBob Peterson2021-03-251-4/+6
| | * | | | | gfs2: Flag a withdraw if init_threads() failsAndrew Price2021-03-151-1/+3
| * | | | | | Merge tag 'block-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-021-0/+4
| |\ \ \ \ \ \
| | * | | | | | block: don't ignore REQ_NOWAIT for direct IOPavel Begunkov2021-04-021-0/+4
| * | | | | | | Merge tag 'io_uring-5.12-2021-04-02' of git://git.kernel.dk/linux-blockLinus Torvalds2021-04-022-22/+32
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| | * | | | | | io_uring: move reissue into regular IO pathJens Axboe2021-04-021-4/+13
| | * | | | | | io_uring: fix EIOCBQUEUED iter revertPavel Begunkov2021-04-011-4/+0
| | * | | | | | io_uring/io-wq: protect against sprintf overflowPavel Begunkov2021-04-012-3/+3
| | * | | | | | io_uring: don't mark S_ISBLK async work as unboundedJens Axboe2021-04-011-1/+1
| | * | | | | | io_uring: drop sqd lock before handling signals for SQPOLLJens Axboe2021-03-301-8/+11
| | * | | | | | io_uring: handle setup-failed ctx in kill_timeoutsPavel Begunkov2021-03-291-2/+2
| | * | | | | | io_uring: always go for cancellation spin on execPavel Begunkov2021-03-281-0/+2
| * | | | | | | reiserfs: update reiserfs_xattrs_initialized() conditionTetsuo Handa2021-03-301-1/+1
| * | | | | | | Merge tag '5.12-rc4-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-03-288-22/+60
| |\ \ \ \ \ \ \
| | * | | | | | | smb3: fix cached file size problems in duplicate extents (reflink)Steve French2021-03-261-3/+15
| | * | | | | | | cifs: Silently ignore unknown oplock break handleVincent Whitchurch2021-03-261-2/+2