summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-01-22xfs: reduce ilock acquisitions in xfs_file_fsyncxfs-5.12-merge-1Christoph Hellwig
2021-01-22xfs: refactor xfs_file_fsyncChristoph Hellwig
2021-01-22xfs: cover the log on freeze instead of cleaning itBrian Foster
2021-01-22xfs: remove xfs_quiesce_attr()Brian Foster
2021-01-22xfs: remove duplicate wq cancel and log force from attr quiesceBrian Foster
2021-01-22xfs: fold sbcount quiesce logging into log coveringBrian Foster
2021-01-22xfs: don't reset log idle state on covering checkpointsBrian Foster
2021-01-22xfs: cover the log during log quiesceBrian Foster
2021-01-22xfs: separate log cleaning from log quiesceBrian Foster
2021-01-22xfs: lift writable fs check up into log worker taskBrian Foster
2021-01-22xfs: sync lazy sb accounting on quiesce of read-only mountsBrian Foster
2021-01-22xfs: set inode size after creating symlinkJeffrey Mitchell
2021-01-22xfs: don't drain buffer lru on freeze and read-only remountBrian Foster
2021-01-22xfs: rename xfs_wait_buftarg() to xfs_buftarg_drain()Brian Foster
2021-01-22xfs: Fix assert failure in xfs_setattr_size()Yumei Huang
2021-01-22xfs: fix up non-directory creation in SGID directoriesChristoph Hellwig
2021-01-22xfs: remove a stale comment from xfs_file_aio_write_checks()Eric Biggers
2021-01-22xfs: Introduce error injection to allocate only minlen size extents for filesChandan Babu R
2021-01-22xfs: Process allocated extent in a separate functionChandan Babu R
2021-01-22xfs: Compute bmap extent alignments in a separate functionChandan Babu R
2021-01-22xfs: Remove duplicate assert statement in xfs_bmap_btalloc()Chandan Babu R
2021-01-22xfs: Introduce error injection to reduce maximum inode fork extent countChandan Babu R
2021-01-22xfs: Check for extent overflow when swapping extentsChandan Babu R
2021-01-22xfs: Check for extent overflow when remapping an extentChandan Babu R
2021-01-22xfs: Check for extent overflow when moving extent from cow to data forkChandan Babu R
2021-01-22xfs: Check for extent overflow when writing to unwritten extentChandan Babu R
2021-01-22xfs: Check for extent overflow when adding/removing xattrsChandan Babu R
2021-01-22xfs: Check for extent overflow when renaming dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when removing dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when adding dir entriesChandan Babu R
2021-01-22xfs: Check for extent overflow when punching a holeChandan Babu R
2021-01-22xfs: Check for extent overflow when trivally adding a new extentChandan Babu R
2021-01-22xfs: Add helper for checking per-inode extent count overflowChandan Babu R
2021-01-22xfs: fix an ABBA deadlock in xfs_renameDarrick J. Wong
2021-01-17Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds
2021-01-16Merge tag 'io_uring-5.11-2021-01-16' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-01-16mm: don't play games with pinned pages in clear_page_refsLinus Torvalds
2021-01-16mm: fix clear_refs_write lockingLinus Torvalds
2021-01-15io_uring: ensure finish_wait() is always called in __io_uring_task_cancel()io_uring-5.11-2021-01-16Jens Axboe
2021-01-15Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-15Merge tag '5.11-rc3-smb3' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds
2021-01-15ext4: remove expensive flush on fast commitDaejun Park
2021-01-15ext4: fix bug for rename with RENAME_WHITEOUTyangerkun
2021-01-15ext4: fix wrong list_splice in ext4_fc_cleanupDaejun Park
2021-01-15ext4: use IS_ERR instead of IS_ERR_OR_NULL and set inode null when IS_ERRYi Li
2021-01-15io_uring: flush timeouts that should already have expiredMarcelo Diop-Gonzalez
2021-01-13cifs: style: replace one-element array with flexible-arrayYANG LI
2021-01-13cifs: connect: style: Simplify bool comparisonYANG LI
2021-01-13fs: cifs: remove unneeded variable in smb3_fs_context_dupMenglong Dong
2021-01-13cifs: fix interrupted close commandsPaulo Alcantara