summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)2021-08-051-2/+17
* Merge tag 'xfs-5.14-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2021-08-017-106/+244
|\
| * xfs: prevent spoofing of rtbitmap blocks when recovering buffersDarrick J. Wong2021-07-291-2/+12
| * xfs: limit iclog tail updatesDave Chinner2021-07-291-13/+37
| * xfs: need to see iclog flags in tracingDave Chinner2021-07-292-4/+14
| * xfs: Enforce attr3 buffer recovery orderDave Chinner2021-07-291-0/+1
| * xfs: logging the on disk inode LSN can make it go backwardsDave Chinner2021-07-292-11/+39
| * xfs: avoid unnecessary waits in xfs_log_force_lsn()Dave Chinner2021-07-291-5/+37
| * xfs: log forces imply data device cache flushesDave Chinner2021-07-291-13/+34
| * xfs: factor out forced iclog flushesDave Chinner2021-07-291-24/+18
| * xfs: fix ordering violation between cache flushes and tail updatesDave Chinner2021-07-293-13/+39
| * xfs: fold __xlog_state_release_iclog into xlog_state_release_iclogDave Chinner2021-07-291-28/+17
| * xfs: external logs need to flush data deviceDave Chinner2021-07-291-8/+11
| * xfs: flush data dev on external log writeDave Chinner2021-07-291-1/+1
* | Merge tag '5.14-rc3-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-313-2/+10
|\ \
| * | cifs: add missing parsing of backupuidRonnie Sahlberg2021-07-281-0/+7
| * | smb3: rc uninitialized in one fallocate pathSteve French2021-07-261-1/+2
| * | SMB3: fix readpage for large swap cacheSteve French2021-07-261-1/+1
* | | pipe: make pipe writes always wake up readersLinus Torvalds2021-07-301-5/+5
* | | Merge tag 'block-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-0/+2
|\ \ \
| * | | block: delay freeing the gendiskChristoph Hellwig2021-07-271-0/+2
* | | | Merge tag 'io_uring-5.14-2021-07-30' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-301-8/+32
|\ \ \ \
| * | | | io_uring: fix poll requests leaking second poll entriesHao Xu2021-07-281-3/+2
| * | | | io_uring: don't block level reissue off completion pathJens Axboe2021-07-281-0/+6
| * | | | io_uring: always reissue from task_work contextJens Axboe2021-07-271-2/+8
| * | | | io_uring: fix race in unified task_work runningJens Axboe2021-07-261-1/+5
| * | | | io_uring: fix io_prep_async_link lockingPavel Begunkov2021-07-261-2/+11
* | | | | Merge tag 'for-5.14-rc3-tag' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-07-304-4/+5
|\ \ \ \ \
| * | | | | btrfs: calculate number of eb pages properly in csum_tree_blockDavid Sterba2021-07-291-1/+1
| * | | | | btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-07-281-0/+1
| * | | | | btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana2021-07-281-2/+2
| * | | | | btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-07-281-1/+1
* | | | | | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-07-301-41/+62
|\ \ \ \ \ \
| * | | | | | ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-07-301-39/+60
| * | | | | | ocfs2: fix zero out valid dataJunxiao Bi2021-07-301-2/+2
* | | | | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mat...Linus Torvalds2021-07-293-126/+0
|\ \ \ \ \ \ \ | |/ / / / / / |/| | | | | |
| * | | | | | binfmt: remove support for em86 (alpha only)David Hildenbrand2021-07-253-126/+0
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'fixes_for_v5.14-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-07-285-14/+44
|\ \ \ \ \ \
| * | | | | | reiserfs: check directory items on read from diskShreyansh Chouhan2021-07-161-5/+26
| * | | | | | fs/ext2: Avoid page_address on pages returned by ext2_get_pageJavier Pello2021-07-163-9/+10
| * | | | | | reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-07-161-0/+8
* | | | | | | Merge branch 'for-5.14-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2021-07-271-1/+0
|\ \ \ \ \ \ \ | |_|/ / / / / |/| | | | | |
| * | | | | | cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker2021-07-211-1/+0
* | | | | | | Merge tag '5.14-rc2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-07-246-55/+247
|\ \ \ \ \ \ \
| * | | | | | | cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg2021-07-221-5/+18
| * | | | | | | CIFS: Clarify SMB1 code for POSIX delete fileSteve French2021-07-221-2/+5
| * | | | | | | CIFS: Clarify SMB1 code for POSIX CreateSteve French2021-07-221-1/+2
| * | | | | | | cifs: support share failover when remountingPaulo Alcantara2021-07-224-40/+203
| * | | | | | | cifs: only write 64kb at a time when fallocating a small region of a fileRonnie Sahlberg2021-07-221-7/+19
* | | | | | | | Merge tag 'io_uring-5.14-2021-07-24' of git://git.kernel.dk/linux-blockLinus Torvalds2021-07-242-17/+45
|\ \ \ \ \ \ \ \ | | |_|_|_|/ / / | |/| | | | | |