summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
2021-09-03ubifs: report correct st_size for encrypted symlinksEric Biggers1-1/+12
2021-09-03f2fs: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-09-03ext4: report correct st_size for encrypted symlinksEric Biggers1-1/+11
2021-09-03fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers1-0/+44
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo1-1/+1
2021-09-03pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds1-12/+8
2021-09-03pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds1-6/+9
2021-09-03Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo1-1/+1
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li4-12/+22
2021-09-03ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi1-1/+1
2021-09-03io_uring: rsrc ref lock needs to be IRQ safeJens Axboe1-14/+5
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-26io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-4/+5
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
2021-08-26io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-26io_uring: fix code style problemsPavel Begunkov1-8/+8
2021-08-26io_uring: Use WRITE_ONCE() when writing to sq_flagsNadav Amit1-4/+9
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton1-17/+17
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton1-4/+4
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton1-0/+16
2021-08-18ovl: fix deadlock in splice writeMiklos Szeredi1-1/+46
2021-08-18io-wq: fix IO_WORKER_F_FIXED issue in create_io_worker()Hao Xu1-7/+11
2021-08-18io-wq: fix bug of creating io-wokers unconditionallyHao Xu1-2/+10
2021-08-18io_uring: clear TIF_NOTIFY_SIGNAL when running task workNadav Amit1-2/+3
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-08-18io_uring: fix ctx-exit io_rsrc_put_work() deadlockPavel Begunkov1-7/+8
2021-08-18io_uring: drop ctx->uring_lock before flushing work itemJens Axboe1-2/+4
2021-08-18cifs: use the correct max-length for dentry_path_raw()Ronnie Sahlberg1-1/+1
2021-08-18cifs: Call close synchronously during unlink/rename/lease break.Rohith Surabattula3-30/+56
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N1-1/+1
2021-08-18cifs: Handle race conditions during renameRohith Surabattula2-7/+28
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French1-1/+2
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan1-5/+26
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai1-0/+8
2021-08-12io-wq: fix race between worker exiting and activating free workerJens Axboe1-19/+19
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o1-1/+1
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)1-2/+17
2021-08-12io-wq: fix lack of acct->nr_workers < acct->max_workers judgementHao Xu1-1/+9
2021-08-12io-wq: fix no lock protection of acct->nr_workerHao Xu1-6/+17
2021-08-12ext4: fix potential uninitialized access to retval in kmmpdYe Bin1-1/+1
2021-08-08io_uring: explicitly catch any illegal async queue attemptJens Axboe2-1/+17
2021-08-08io_uring: never attempt iopoll reissue from release pathJens Axboe1-7/+7
2021-08-08cifs: add missing parsing of backupuidRonnie Sahlberg1-0/+7
2021-08-08cifs: use helpers when parsing uid/gid mount options and validate themRonnie Sahlberg2-5/+20
2021-08-04io_uring: fix race in unified task_work runningJens Axboe1-1/+4
2021-08-04SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-08-04block: delay freeing the gendiskChristoph Hellwig1-0/+2
2021-08-04io_uring: fix poll requests leaking second poll entriesHao Xu1-3/+2
2021-08-04io_uring: don't block level reissue off completion pathJens Axboe1-0/+6