summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* f2fs: remove redundant parameter judgmentWang Xiaojun2022-03-171-2/+1
* f2fs: use spin_lock to avoid hangJaegeuk Kim2022-03-171-7/+10
* f2fs: don't get FREEZE lock in f2fs_evict_inode in frozen fsJaegeuk Kim2022-03-114-2/+10
* f2fs: remove unnecessary read for F2FS_FITS_IN_INODEJia Yang2022-03-091-13/+4
* f2fs: introduce F2FS_UNFAIR_RWSEM to support unfair rwsemJaegeuk Kim2022-03-042-0/+17
* f2fs: avoid an infinite loop in f2fs_sync_dirty_inodesJaegeuk Kim2022-03-042-0/+12
* f2fs: fix to do sanity check on curseg->alloc_typeChao Yu2022-03-031-0/+7
* f2fs: fix to avoid potential deadlockChao Yu2022-03-032-2/+10
* f2fs: quota: fix loop condition at f2fs_quota_sync()Juhyung Park2022-02-251-3/+3
* f2fs: Restore rwsem lockdep supportBart Van Assche2022-02-251-2/+10
* f2fs: fix missing free nid in f2fs_handle_failed_inodeJaegeuk Kim2022-02-251-0/+1
* f2fs: support idmapped mountsChao Yu2022-02-124-37/+50
* f2fs: add a way to limit roll forward recovery timeJaegeuk Kim2022-02-128-2/+30
* f2fs: introduce F2FS_IPU_HONOR_OPU_WRITE ipu policyChao Yu2022-02-075-15/+32
* f2fs: adjust readahead block number during recoveryChao Yu2022-02-033-6/+35
* f2fs: fix to unlock page correctly in error path of is_alive()Chao Yu2022-02-031-1/+3
* f2fs: expose discard related parameters in sysfsKonstantin Vyshetsky2022-02-021-0/+8
* f2fs: move discard parameters into discard_cmd_controlKonstantin Vyshetsky2022-02-022-9/+17
* f2fs: fix to enable ATGC correctly via gc_idle sysfs interfaceChao Yu2022-01-241-1/+1
* f2fs: move f2fs to use reader-unfair rwsemsTim Murray2022-01-2416-274/+342
* Merge tag 'bitmap-5.17-rc1' of git://github.com/norov/linuxLinus Torvalds2022-01-236-18/+18
|\
| * all: replace find_next{,_zero}_bit with find_first{,_zero}_bit where appropriateYury Norov2022-01-156-18/+18
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-01-2235-142/+569
|\ \
| * | mm: remove cleancacheChristoph Hellwig2022-01-229-47/+0
| * | proc: remove PDE_DATA() completelyMuchun Song2022-01-224-15/+15
| * | fs: proc: store PDE()->data into inode->i_privateMuchun Song2022-01-223-11/+1
| * | fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-222-60/+61
| * | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases()Luis Chamberlain2022-01-221-2/+2
| * | fs: move namespace sysctls and declare fs base directoryLuis Chamberlain2022-01-223-6/+30
| * | sysctl: add and use base directory declarer and registration helperLuis Chamberlain2022-01-221-0/+9
| * | fs: move pipe sysctls to is own fileLuis Chamberlain2022-01-221-3/+61
| * | fs: move fs/exec.c sysctls into its own fileLuis Chamberlain2022-01-221-0/+90
| * | fs: move namei sysctls to its own fileLuis Chamberlain2022-01-221-4/+54
| * | fs: move locking sysctls where they are usedLuis Chamberlain2022-01-221-2/+32
| * | fs: move shared sysctls to fs/sysctls.cLuis Chamberlain2022-01-222-0/+39
| * | sysctl: move maxolduid as a sysctl specific constLuis Chamberlain2022-01-221-1/+1
| * | fs: move dcache sysctls to its own fileLuis Chamberlain2022-01-221-6/+31
| * | fs: move fs stat sysctls to file_table.cLuis Chamberlain2022-01-221-8/+39
| * | fs: move inode sysctls to its own fileLuis Chamberlain2022-01-221-7/+32
| * | sysctl: share unsigned long const valuesLuis Chamberlain2022-01-221-0/+3
| * | fs: move binfmt_misc sysctl to its own fileLuis Chamberlain2022-01-221-1/+5
| * | sysctl: add helper to register a sysctl mount pointLuis Chamberlain2022-01-221-0/+14
| * | eventpoll: simplify sysctl declaration with register_sysctl()Xiaoming Ni2022-01-221-1/+9
| * | inotify: simplify subdirectory registration with register_sysctl()Xiaoming Ni2022-01-222-2/+19
| * | ocfs2: simplify subdirectory registration with register_sysctl()Luis Chamberlain2022-01-221-24/+1
| * | dnotify: move dnotify sysctl to dnotify.cXiaoming Ni2022-01-221-1/+20
| * | aio: move aio sysctl to aio.cXiaoming Ni2022-01-221-2/+29
| * | sysctl: move some boundary constants from sysctl.c to sysctl_valsXiaoming Ni2022-01-221-1/+1
| * | sysctl: add a new register_sysctl_init() interfaceXiaoming Ni2022-01-221-0/+33
* | | Merge tag '5.17-rc-part2-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2022-01-2225-626/+573
|\ \ \