summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)Author
2021-09-15isofs: joliet: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Fix iocharset=utf8 mount optionPali Rohár
2021-09-15udf: Check LVID earlierJan Kara
2021-09-08fuse: fix illegal access to inode with reused nodeidAmir Goldstein
2021-09-08new helper: inode_wrong_type()Al Viro
2021-09-08ceph: fix possible null-pointer dereference in ceph_mdsmap_decode()Tuo Li
2021-09-08Revert "Add a reference to ucounts for each cred"Greg Kroah-Hartman
2021-09-08ubifs: report correct st_size for encrypted symlinksEric Biggers
2021-09-08f2fs: report correct st_size for encrypted symlinksEric Biggers
2021-09-08ext4: report correct st_size for encrypted symlinksEric Biggers
2021-09-08fscrypt: add fscrypt_symlink_getattr() for computing st_sizeEric Biggers
2021-09-08ext4: fix race writing to an inline_data file while its xattrs are changingTheodore Ts'o
2021-09-03btrfs: fix NULL pointer dereference when deleting device by invalid idQu Wenruo
2021-09-03pipe: do FASYNC notifications for every pipe IO, not just state changesLinus Torvalds
2021-09-03pipe: avoid unnecessary EPOLLET wakeups under normal loadsLinus Torvalds
2021-09-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana
2021-09-03Revert "btrfs: compression: don't try to compress if we don't have enough pages"Qu Wenruo
2021-09-03ceph: correctly handle releasing an embedded cap flushXiubo Li
2021-09-03ovl: fix uninitialized pointer read in ovl_lookup_real_one()Miklos Szeredi
2021-08-26io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe
2021-08-26io_uring: fix xa_alloc_cycle() error return value checkJens Axboe
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown
2021-08-18ceph: take snap_empty_lock atomically with snaprealm refcount changeJeff Layton
2021-08-18ceph: clean up locking annotation for ceph_get_snap_realm and __lookup_snap_r...Jeff Layton
2021-08-18ceph: add some lockdep assertions around snaprealm handlingJeff Layton
2021-08-18vboxsf: Add support for the atomic_open directory-inode opHans de Goede
2021-08-18vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi
2021-08-15vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede
2021-08-15vboxsf: Honor excl flag to the dir-inode create opHans de Goede
2021-08-12smb3: rc uninitialized in one fallocate pathSteve French
2021-08-12reiserfs: check directory items on read from diskShreyansh Chouhan
2021-08-12reiserfs: add check for root_inode in reiserfs_fill_superYu Kuai
2021-08-12ext4: fix potential htree corruption when growing large_dir directoriesTheodore Ts'o
2021-08-12pipe: increase minimum default pipe size to 2 pagesAlex Xu (Hello71)
2021-08-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana
2021-08-04SMB3: fix readpage for large swap cacheSteve French
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi
2021-08-04pipe: make pipe writes always wake up readersLinus Torvalds
2021-08-04io_uring: fix null-ptr-deref in io_sq_offload_start()Yang Yingliang
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee