summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* 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
* pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)2021-08-121-2/+17
* btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana2021-08-081-2/+2
* btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana2021-08-081-3/+2
* SMB3: fix readpage for large swap cacheSteve French2021-08-041-1/+1
* ocfs2: issue zeroout to EOF blocksJunxiao Bi2021-08-041-39/+60
* ocfs2: fix zero out valid dataJunxiao Bi2021-08-041-2/+2
* btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues2021-08-041-1/+1
* btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi2021-08-041-0/+1
* pipe: make pipe writes always wake up readersLinus Torvalds2021-08-041-5/+5
* io_uring: fix null-ptr-deref in io_sq_offload_start()Yang Yingliang2021-08-041-1/+1
* iomap: remove the length variable in iomap_seek_holeChristoph Hellwig2021-07-311-6/+3
* iomap: remove the length variable in iomap_seek_dataChristoph Hellwig2021-07-311-10/+6
* cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee2021-07-311-2/+2
* hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2021-07-312-1/+20
* hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi2021-07-311-5/+20
* hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi2021-07-311-5/+5