summaryrefslogtreecommitdiffstats
path: root/fs/ext4
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-06-068-126/+135
|\
| * ext4: Only advertise encrypted_casefold when encryption and unicode are enabledDaniel Rosenberg2021-06-061-0/+4
| * ext4: fix no-key deletion for encrypt+casefoldDaniel Rosenberg2021-06-061-2/+4
| * ext4: fix memory leak in ext4_fill_superAlexey Makhalov2021-06-061-2/+9
| * ext4: fix fast commit alignment issuesHarshad Shirwadkar2021-06-062-99/+90
| * ext4: fix bug on in ext4_es_cache_extent as ext4_split_extent_at failedYe Bin2021-06-061-20/+23
| * ext4: fix accessing uninit percpu counter variable with fast_commitRitesh Harjani2021-06-021-2/+4
| * ext4: fix memory leak in ext4_mb_init_backend on error path.Phillip Potter2021-05-201-1/+1
* | Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2021-05-021-2/+1
|\ \
| * | useful constants: struct qstr for ".."Al Viro2021-04-151-2/+1
* | | Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/t...Linus Torvalds2021-04-3020-231/+1076
|\ \ \ | | |/ | |/|
| * | ext4: wipe ext4_dir_entry2 upon file deletionLeah Rumancik2021-04-221-2/+22
| * | ext4: Fix occasional generic/418 failureJan Kara2021-04-221-4/+21
| * | 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-091-1/+1
| * | 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: 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 'fsnotify_for_v5.13-rc1' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2021-04-291-4/+1
|\ \ \
| * | | fs: introduce a wrapper uuid_to_fsid()Amir Goldstein2021-04-191-4/+1
* | | | Merge tag 'netfs-lib-20210426' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-271-1/+1
|\ \ \ \
| * | | | mm/filemap: Pass the file_ra_state in the ractlMatthew Wilcox (Oracle)2021-04-231-1/+1
| | |/ / | |/| |
* | | | Merge tag 'fs.idmapped.helpers.v5.13' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2021-04-271-1/+1
|\ \ \ \
| * | | | fs: introduce two inode i_{u,g}id initialization helpersChristian Brauner2021-03-231-1/+1
| * | | | fs: document and rename fsid helpersChristian Brauner2021-03-231-1/+1
| |/ / /
* | | | Merge branch 'miklos.fileattr' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2021-04-274-174/+50
|\ \ \ \
| * | | | ext4: convert to fileattrMiklos Szeredi2021-04-124-174/+50
| |/ / /
* / / / treewide: Change list_sort to use const pointersSami Tolvanen2021-04-081-2/+2
|/ / /
* | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-03-2111-72/+168
|\ \ \ | |/ / |/| |
| * | ext4: initialize ret to suppress smatch warningTheodore Ts'o2021-03-211-1/+1
| * | ext4: stop inode update before returnPan Bian2021-03-211-1/+3
| * | ext4: fix rename whiteout with fast commitHarshad Shirwadkar2021-03-213-2/+12