summaryrefslogtreecommitdiffstats
path: root/fs (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'm68knommu-for-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-05-042-5/+16
|\
| * binfmt_flat: allow not offsetting data startDamien Le Moal2021-04-192-5/+16
* | Merge tag 'trace-v5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds2021-05-031-1/+1
|\ \
| * | tracing: Fix various typos in commentsIngo Molnar2021-03-231-1/+1
* | | Merge branch 'work.file' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-031-20/+19
|\ \ \
| * | | fs: split receive_fd_replace from __receive_fdChristoph Hellwig2021-04-161-20/+19
* | | | Merge tag 'for-linus-5.13-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2021-05-023-104/+54
|\ \ \ \
| * | | | orangefs: leave files in the page cache for a few micro seconds at leastMike Marshall2021-04-291-1/+1
| * | | | Orangef: implement orangefs_readahead.Mike Marshall2021-04-282-103/+53
* | | | | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-0215-85/+35
|\ \ \ \ \
| * | | | | useful constants: struct qstr for ".."Al Viro2021-04-169-17/+10
| * | | | | hostfs_open(): don't open-code file_dentry()Al Viro2021-04-161-1/+1
| * | | | | autofs: should_expire() argument is guaranteed to be positiveAl Viro2021-03-241-1/+1
| * | | | | buffer: a small optimization in grow_buffersMikulas Patocka2021-03-221-5/+1
| * | | | | get rid of autofs_getpath()Al Viro2021-03-212-56/+17
| * | | | | constify dentry argument of dentry_path()/dentry_path_raw()Al Viro2021-03-211-5/+5
| | |/ / / | |/| | |
* | | | | Merge branch 'work.ecryptfs' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-05-022-105/+75
|\ \ \ \ \
| * | | | | ecryptfs: ecryptfs_dentry_info->crypt_stat is never usedAl Viro2021-03-201-4/+1
| * | | | | ecryptfs: get rid of unused accessorsAl Viro2021-03-201-12/+0
| * | | | | ecryptfs: saner API for lock_parent()Al Viro2021-03-201-83/+74
| * | | | | ecryptfs: get rid of pointless dget/dput in ->symlink() and ->link()Al Viro2021-03-081-6/+0
| |/ / / /
* | | | | Merge tag 'landlock_v34' of git://git.kernel.org/pub/scm/linux/kernel/git/jmo...Linus Torvalds2021-05-021-0/+1
|\ \ \ \ \
| * | | | | fs,security: Add sb_delete hookMickaël Salaün2021-04-221-0/+1
| | |_|/ / | |/| | |
* | | | | afs: Fix speculative status fetchesDavid Howells2021-05-016-2/+23
* | | | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-05-0123-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-181-0/+8
| * | | | | ext4: allow the dax flag to be set and cleared on inline directoriesTheodore Ts'o2021-04-132-1/+8
| * | | | | ext4: fix debug format string warningArnd Bergmann2021-04-102-4/+3
| * | | | | ext4: fix trailing whitespaceJack Qiu2021-04-104-6/+6
| * | | | | ext4: fix various seppling typosBhaskar Chowdhury2021-04-108-10/+10
| * | | | | ext4: fix error return code in ext4_fc_perform_commit()Xu Yihang2021-04-101-1/+3
| * | | | | ext4: annotate data race in jbd2_journal_dirty_metadata()Jan Kara2021-04-101-4/+4
| * | | | | ext4: annotate data race in start_this_handle()Jan Kara2021-04-101-1/+6
| * | | | | ext4: fix ext4_error_err save negative errno into superblockYe Bin2021-04-101-1/+1
| * | | | | ext4: fix error code in ext4_commit_superFengnan Chang2021-04-101-2/+4
| * | | | | ext4: always panic when errors=panic is specifiedYe Bin2021-04-101-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-062-34/+38
| * | | | | ext4: handle casefolding with encryptionDaniel Rosenberg2021-04-067-89/+260