summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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 'io_uring-5.17-2022-01-21' of git://git.kernel.dk/linux-blockLinus Torvalds2022-01-212-54/+116
|\
| * io-wq: delete dead lock shuffling codeJens Axboe2022-01-191-6/+1
| * io_uring: perform poll removal even if async work removal is successfulJens Axboe2022-01-181-5/+10
| * io-wq: add intermediate work step between pending list and active workJens Axboe2022-01-181-5/+29
| * io-wq: perform both unstarted and started work cancelations in one goJens Axboe2022-01-181-13/+11
| * io-wq: invoke work cancelation with wqe->lock heldJens Axboe2022-01-181-3/+8
| * io-wq: make io_worker lock a raw spinlockJens Axboe2022-01-181-6/+6
| * io-wq: remove useless 'work' argument to __io_worker_busy()Jens Axboe2022-01-181-3/+2
| * io_uring: fix UAF due to missing POLLFREE handlingPavel Begunkov2022-01-141-8/+50
| * io_uring: Remove unused function req_ref_putJiapeng Chong2022-01-131-6/+0
* | Merge tag 'xfs-5.17-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-213-8/+13
|\ \
| * | xfs: remove the XFS_IOC_{ALLOC,FREE}SP* definitionsDarrick J. Wong2022-01-173-8/+13
* | | Merge tag 'xfs-5.17-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-216-128/+10
|\| |
| * | xfs: kill the XFS_IOC_{ALLOC,FREE}SP* ioctlsDarrick J. Wong2022-01-176-127/+10
* | | Merge tag 'xfs-5.17-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2022-01-211-25/+4
|\| |
| * | xfs: remove the XFS_IOC_FSSETDM definitionsDarrick J. Wong2022-01-171-25/+4
* | | Merge tag 'ceph-for-5.17-rc1' of git://github.com/ceph/ceph-clientLinus Torvalds2022-01-206-34/+209
|\ \ \
| * | | ceph: move CEPH_SUPER_MAGIC definition to magic.hJeff Layton2022-01-132-3/+2
| * | | ceph: remove redundant Lsx caps checkXiubo Li2022-01-131-2/+1
| * | | ceph: add new "nopagecache" optionJeff Layton2022-01-133-9/+27
| * | | ceph: don't check for quotas on MDS stray dirsJeff Layton2022-01-132-8/+15
| * | | ceph: drop send metrics debug messageJeff Layton2022-01-131-2/+0
| * | | ceph: Fix incorrect statfs report for small quotaKotresh HR2022-01-132-0/+15
| * | | ceph: mount syntax module parameterVenky Shankar2022-01-131-0/+8
| * | | ceph: record updated mon_addr on remountVenky Shankar2022-01-131-0/+7
| * | | ceph: new device mount syntaxVenky Shankar2022-01-132-10/+134
| * | | libceph: generalize addr/ip parsing based on delimiterVenky Shankar2022-01-131-1/+1
* | | | Merge tag '5.17-rc-ksmbd-server-fixes' of git://git.samba.org/ksmbdLinus Torvalds2022-01-2019-334/+429
|\ \ \ \
| * | | | ksmbd: fix guest connection failure with nautilusNamjae Jeon2022-01-181-33/+29
| * | | | ksmbd: uninitialized variable in create_socket()Dan Carpenter2022-01-181-1/+2