summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* fuse: flush extending writesMiklos Szeredi2021-09-151-1/+1
* fuse: truncate pagecache on atomic_o_truncMiklos Szeredi2021-09-151-2/+5
* io_uring: IORING_OP_WRITE needs hash_reg_file setJens Axboe2021-09-151-0/+1
* f2fs: guarantee to write dirty data when enabling checkpoint backJaegeuk Kim2021-09-152-4/+12
* CIFS: Fix a potencially linear read overflowLen Baker2021-09-151-7/+2
* gfs2: init system threads before freeze lockBob Peterson2021-09-152-55/+48
* mm/swap: consider max pages in iomap_swapfile_add_extentXu Yu2021-09-151-0/+6
* nfsd4: Fix forced-expiry lockingJ. Bruce Fields2021-09-151-2/+2
* lockd: Fix invalid lockowner cast after vfs_test_lockBenjamin Coddington2021-09-151-1/+1
* debugfs: Return error during {full/open}_proxy_open() on rmmodSven Eckelmann2021-09-151-2/+6
* gfs2: Fix memory leak of object lsi on error return pathColin Ian King2021-09-151-0/+1
* udf_get_extendedattr() had no boundary checks.Stian Skjelstad2021-09-151-2/+11
* fcntl: fix potential deadlock for &fasync_struct.fa_lockDesmond Cheong Zhi Xi2021-09-151-2/+3
* isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár2021-09-153-18/+14
* udf: Fix iocharset=utf8 mount optionPali Rohár2021-09-153-35/+21
* udf: Check LVID earlierJan Kara2021-09-151-9/+16
* fuse: fix illegal access to inode with reused nodeidAmir Goldstein2021-09-084-5/+15
* new helper: inode_wrong_type()Al Viro2021-09-089-18/+17
* ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li2021-09-081-3/+5
* Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman2021-09-081-4/+0
* ubifs: report correct st_size for encrypted symlinksEric Biggers2021-09-081-1/+11
* f2fs: report correct st_size for encrypted symlinksEric Biggers2021-09-081-1/+10
* ext4: report correct st_size for encrypted symlinksEric Biggers2021-09-081-1/+10
* fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers2021-09-081-0/+44
* ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o2021-09-081-0/+6
* btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo2021-09-031-1/+1
* pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds2021-09-031-12/+8
* pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds2021-09-031-6/+9
* btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana2021-09-034-13/+19
* Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo2021-09-031-1/+1
* ceph: correctly handle releasing an embedded cap flushXiubo Li2021-09-034-12/+22
* ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi2021-09-031-1/+1
* io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe2021-08-261-2/+3
* io_uring: fix xa_alloc_cycle() error return value checkJens Axboe2021-08-261-5/+6
* fs: warn about impending deprecation of mandatory locksJeff Layton2021-08-261-1/+5
* btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown2021-08-261-2/+8
* ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton2021-08-181-17/+17
* ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton2021-08-181-4/+4
* ceph: add some lockdep assertions around snaprealm handlingJeff Layton2021-08-181-0/+16
* vboxsf: Add support for the atomic_open directory-inode opHans de Goede2021-08-181-0/+48
* vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2021-08-182-27/+51
* ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques2021-08-183-11/+33
* cifs: create sd context must be a multiple of 8Shyam Prasad N2021-08-181-1/+1
* ovl: prevent private clone if bind mount is not allowedMiklos Szeredi2021-08-151-14/+28
* vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede2021-08-151-7/+11
* vboxsf: Honor excl flag to the dir-inode create opHans de Goede2021-08-151-7/+9
* smb3: rc uninitialized in one fallocate pathSteve French2021-08-121-1/+2
* reiserfs: check directory items on read from diskShreyansh Chouhan2021-08-121-5/+26
* reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai2021-08-121-0/+8
* ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o2021-08-121-1/+1