summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* vfs: add rcu argument to ->get_acl() callbackMiklos Szeredi2021-08-1836-37/+88
* ovl: fix BUG_ON() in may_delete() when called from ovl_cleanup()chenying2021-08-171-2/+4
* ovl: use kvalloc in xattr copy-upMiklos Szeredi2021-08-171-4/+5
* ovl: update ctime when changing fileattrChengguang Xu2021-08-171-0/+3
* ovl: skip checking lower file's i_writecount on truncateChengguang Xu2021-08-171-6/+0
* ovl: relax lookup error on mismatch origin ftypeAmir Goldstein2021-08-171-1/+1
* ovl: do not set overlay.opaque for new directoriesVyacheslav Yurkov2021-08-171-1/+3
* ovl: add ovl_allow_offline_changes() helperVyacheslav Yurkov2021-08-172-3/+13
* ovl: disable decoding null uuid with redirect_dirVyacheslav Yurkov2021-08-171-1/+1
* ovl: consistent behavior for immutable/append-only inodesAmir Goldstein2021-08-174-7/+158
* ovl: copy up sync/noatime fileattr flagsAmir Goldstein2021-08-173-21/+89
* ovl: pass ovl_fs to ovl_check_setxattr()Amir Goldstein2021-08-175-15/+16
* fs: add generic helper for filling statx attribute flagsAmir Goldstein2021-08-172-6/+19
* Merge tag 'libnvdimm-fixes-5.14-rc6' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-08-142-5/+3
|\
| * Merge branch 'for-5.14/dax' into libnvdimm-fixesDan Williams2021-08-112-5/+3
| |\
| | * fs/dax: Clarify nr_pages to dax_direct_access()Ira Weiny2021-07-071-1/+1
| | * fs/fuse: Remove unneeded kaddr parameterIra Weiny2021-07-071-4/+2
* | | Merge tag 'configfs-5.14' of git://git.infradead.org/users/hch/configfsLinus Torvalds2021-08-141-12/+6
|\ \ \
| * | | configfs: restore the kernel v5.13 text attribute write behaviorBart Van Assche2021-08-091-12/+6
* | | | Merge tag '5.14-rc5-smb3-fixes' of git://git.samba.org/sfrench/cifs-2.6Linus Torvalds2021-08-136-33/+80
|\ \ \ \
| * | | | cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula2021-08-123-30/+56
| * | | | cifs: Handle race conditions during renameRohith Surabattula2021-08-122-7/+28
| * | | | cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg2021-08-101-1/+1
| * | | | cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-051-1/+1
* | | | | Merge tag 'io_uring-5.14-2021-08-13' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-132-36/+48
|\ \ \ \ \
| * | | | | io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov2021-08-091-7/+8
| * | | | | io_uring: drop ctx->uring_lock before flushing work itemJens Axboe2021-08-091-2/+4
| * | | | | io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu2021-08-091-7/+11
| * | | | | io-wq: fix bug of creating io-wokers unconditionallyHao Xu2021-08-091-2/+10
| * | | | | io_uring: rsrc ref lock needs to be IRQ safeJens Axboe2021-08-091-14/+5
| * | | | | io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit2021-08-081-4/+9
| * | | | | io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit2021-08-081-2/+3
* | | | | | Merge tag 'ceph-for-5.14-rc6' of git://github.com/ceph/ceph-clientLinus Torvalds2021-08-124-28/+50
|\ \ \ \ \ \
| * | | | | | ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton2021-08-041-17/+17
| * | | | | | ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-043-11/+33
| | |/ / / / | |/| | | |
* | | | | | Merge branch 'for-v5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2021-08-122-12/+22
|\ \ \ \ \ \
| * | | | | | ucounts: add missing data type changesSven Schnelle2021-08-092-12/+22
| | |_|_|/ / | |/| | | |
* | | | | | Merge tag 'ovl-fixes-5.14-rc6-v2' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-104-16/+80
|\ \ \ \ \ \ | |_|_|_|/ / |/| | | | |
| * | | | | ovl: prevent private clone if bind mount is not allowedMiklos Szeredi2021-08-101-14/+28
| * | | | | ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi2021-08-101-1/+1
| * | | | | ovl: fix deadlock in splice writeMiklos Szeredi2021-08-101-1/+46
| * | | | | ovl: skip stale entries in merge dir cache iterationAmir Goldstein2021-08-101-0/+5
* | | | | | Merge tag 'io_uring-5.14-2021-08-07' of git://git.kernel.dk/linux-blockLinus Torvalds2021-08-071-26/+45
|\ \ \ \ \ \ | | |_|_|/ / | |/| | | |
| * | | | | io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu2021-08-061-1/+9
| * | | | | io-wq: fix no lock protection of acct->nr_workerHao Xu2021-08-061-6/+17
| * | | | | io-wq: fix race between worker exiting and activating free workerJens Axboe2021-08-041-19/+19
* | | | | | Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-08-063-5/+2
|\ \ \ \ \ \
| * | | | | | ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-061-1/+1
| * | | | | | ext4: remove conflicting comment from __ext4_forgetGuoqing Jiang2021-07-231-3/+0
| * | | | | | ext4: fix potential uninitialized access to retval in kmmpdYe Bin2021-07-231-1/+1