summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-3023-239/+1096
|\
| * ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik2021-04-221-2/+22
| * ext4: Fix occasional generic/418 failureJan Kara2021-04-221-4/+21
| * fs: fix reporting supported extra file attributes for statx()Theodore Ts'o2021-04-171-0/+8
| * ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2021-04-122-1/+8
| * ext4: fix debug format string warningArnd Bergmann2021-04-092-4/+3
| * ext4: fix trailing whitespaceJack Qiu2021-04-094-6/+6
| * ext4: fix various seppling typosBhaskar Chowdhury2021-04-098-10/+10
| * ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang2021-04-091-1/+3
| * ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara2021-04-091-4/+4
| * ext4: annotate data race in start_this_handle()Jan Kara2021-04-091-1/+6
| * ext4: fix ext4_error_err save negative errno into superblockYe Bin2021-04-091-1/+1
| * ext4: fix error code in ext4_commit_superFengnan Chang2021-04-091-2/+4
| * ext4: always panic when errors=panic is specifiedYe Bin2021-04-091-3/+4
| * ext4: delete redundant uptodate check for bufferYang Guo2021-04-091-4/+2
| * ext4: do not set SB_ACTIVE in ext4_orphan_cleanup()Zhang Yi2021-04-091-3/+0
| * ext4: make prefetch_block_bitmaps defaultHarshad Shirwadkar2021-04-092-8/+9
| * ext4: add proc files to monitor new structuresHarshad Shirwadkar2021-04-093-0/+89
| * ext4: improve cr 0 / cr 1 group scanningHarshad Shirwadkar2021-04-095-15/+452
| * ext4: add MB_NUM_ORDERS macroHarshad Shirwadkar2021-04-092-9/+15
| * ext4: add mballoc stats proc fileHarshad Shirwadkar2021-04-093-2/+80
| * ext4: add ability to return parsed options from parse_optionsHarshad Shirwadkar2021-04-091-21/+30
| * ext4: drop s_mb_bal_lock and convert protected fields to atomicHarshad Shirwadkar2021-04-092-11/+7
| * ext4: fix check to prevent false positive report of incorrect used inodesZhang Yi2021-04-091-16/+32
| * ext4: optimize match for casefolded encrypted dirsDaniel Rosenberg2021-04-052-34/+38
| * ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-057-89/+260
| * ext4: remove unnecessary braces in fs/ext4/dir.cMilan Djurovic2021-04-021-2/+2
| * ext4: use memcpy_to_page() in pagecache_write()Chaitanya Kulkarni2021-03-251-4/+1
| * ext4: use memcpy_from_page() in pagecache_read()Chaitanya Kulkarni2021-03-251-4/+1
* | Merge tag 'dlm-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/teiglan...Linus Torvalds2021-04-309-142/+202
|\ \
| * | fs: dlm: fix missing unlock on error in accept_from_sock()Yang Yingliang2021-03-291-0/+1
| * | fs: dlm: add shutdown hookAlexander Aring2021-03-093-28/+35
| * | fs: dlm: flush swork on shutdownAlexander Aring2021-03-091-4/+1
| * | fs: dlm: remove unaligned memory access handlingAlexander Aring2021-03-091-14/+12
| * | fs: dlm: check on minimum msglen sizeAlexander Aring2021-03-091-3/+4
| * | fs: dlm: simplify writequeue handlingAlexander Aring2021-03-091-40/+43
| * | fs: dlm: use GFP_ZERO for page bufferAlexander Aring2021-03-093-5/+1
| * | fs: dlm: change allocation limitsAlexander Aring2021-03-091-2/+4
| * | fs: dlm: add check if dlm is currently runningAlexander Aring2021-03-093-3/+36
| * | fs: dlm: add errno handling to check callbackAlexander Aring2021-03-091-7/+16
| * | fs: dlm: set subclass for othercon sock_mutexAlexander Aring2021-03-091-1/+2
| * | fs: dlm: set connected bit after acceptAlexander Aring2021-03-091-0/+1
| * | fs: dlm: fix mark setting deadlockAlexander Aring2021-03-094-35/+45
| * | fs: dlm: fix debugfs dumpAlexander Aring2021-03-091-0/+1
* | | Merge tag 'fuse-update-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-04-308-57/+97
|\ \ \
| * | | cuse: simplify refcountMiklos Szeredi2021-04-141-7/+3
| * | | cuse: prevent cloneMiklos Szeredi2021-04-141-0/+2
| * | | virtiofs: fix usernsMiklos Szeredi2021-04-141-2/+1
| * | | virtiofs: remove useless functionJiapeng Chong2021-04-141-5/+0
| * | | virtiofs: split requests that exceed virtqueue sizeConnor Kuehl2021-04-143-3/+22