summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* jffs2: Hook up splice_write callbackJoel Stanley2021-04-151-0/+1
* jffs2: avoid Wempty-body warningsArnd Bergmann2021-04-151-8/+8
* jffs2: Fix kasan slab-out-of-bounds problemlizhe2021-04-151-1/+1
* ubifs: Report max LEB count at mount timeMartin Devera2021-04-151-2/+2
* ubifs: Set s_uuid in super block to support ima/evm uuid optionsSteffen Trumtrar2021-04-151-0/+2
* ubifs: Default to zstd compressionRui Salvaterra2021-04-151-0/+3
* ubifs: Only check replay with inode type to judge if inode linkedGuochun Mao2021-04-151-1/+2
* 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
| * | | | | | | cifs: revalidate mapping when we open files for SMB1 POSIXRonnie Sahlberg2021-03-261-0/+1
| * | | | | | | cifs: Fix chmod with modefromsid when an older ACE already exists.Shyam Prasad N2021-03-261-2/+1
| * | | | | | | cifs: Adjust key sizes and key generation routines for AES256 encryptionShyam Prasad N2021-03-265-15/+41
| | |_|_|_|/ / | |/| | | | |
* | | | | | | Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-blockLinus Torvalds2021-03-282-58/+72
|\ \ \ \ \ \ \ | | |/ / / / / | |/| | | | |