summaryrefslogtreecommitdiff
path: root/fs
AgeCommit message (Expand)AuthorFilesLines
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-03btrfs: fix race between marking inode needs to be logged and log syncingFilipe Manana4-13/+19
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-08-26io_uring: only assign io_uring_enter() SQPOLL error in actual error caseJens Axboe1-2/+3
2021-08-26io_uring: fix xa_alloc_cycle() error return value checkJens Axboe1-5/+6
2021-08-26fs: warn about impending deprecation of mandatory locksJeff Layton1-1/+5
2021-08-26btrfs: prevent rename2 from exchanging a subvol with a directory from differe...NeilBrown1-2/+8
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-18vboxsf: Add support for the atomic_open directory-inode opHans de Goede1-0/+48
2021-08-18vboxsf: Add vboxsf_[create|release]_sf_handle() helpersHans de Goede2-27/+51
2021-08-18ceph: reduce contention in ceph_check_delayed_caps()Luis Henriques3-11/+33
2021-08-18cifs: create sd context must be a multiple of 8Shyam Prasad N1-1/+1
2021-08-15ovl: prevent private clone if bind mount is not allowedMiklos Szeredi1-14/+28
2021-08-15vboxsf: Make vboxsf_dir_create() return the handle for the created fileHans de Goede1-7/+11
2021-08-15vboxsf: Honor excl flag to the dir-inode create opHans de Goede1-7/+9
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-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-08btrfs: fix lost inode on log replay after mix of fsync, rename and inode evic...Filipe Manana1-2/+2
2021-08-08btrfs: fix race causing unnecessary inode logging during link and renameFilipe Manana1-3/+2
2021-08-04SMB3: fix readpage for large swap cacheSteve French1-1/+1
2021-08-04ocfs2: issue zeroout to EOF blocksJunxiao Bi1-39/+60
2021-08-04ocfs2: fix zero out valid dataJunxiao Bi1-2/+2
2021-08-04btrfs: mark compressed range uptodate only if all bio succeedGoldwyn Rodrigues1-1/+1
2021-08-04btrfs: fix rw device counting in __btrfs_free_extra_devidsDesmond Cheong Zhi Xi1-0/+1
2021-08-04pipe: make pipe writes always wake up readersLinus Torvalds1-5/+5
2021-08-04io_uring: fix null-ptr-deref in io_sq_offload_start()Yang Yingliang1-1/+1
2021-07-31iomap: remove the length variable in iomap_seek_holeChristoph Hellwig1-6/+3
2021-07-31iomap: remove the length variable in iomap_seek_dataChristoph Hellwig1-10/+6
2021-07-31cifs: fix the out of range assignment to bit fields in parse_server_interfacesHyunchul Lee1-2/+2
2021-07-31hfs: add lock nesting notation to hfs_find_initDesmond Cheong Zhi Xi2-1/+20
2021-07-31hfs: fix high memory mapping in hfs_bnode_readDesmond Cheong Zhi Xi1-5/+20
2021-07-31hfs: add missing clean-up in hfs_fill_superDesmond Cheong Zhi Xi1-5/+5
2021-07-31cgroup1: fix leaked context root causing sporadic NULL deref in LTPPaul Gortmaker1-1/+0
2021-07-31io_uring: fix link timeout refsPavel Begunkov1-1/+0
2021-07-28hugetlbfs: fix mount mode command line processingMike Kravetz1-1/+1
2021-07-28userfaultfd: do not untag user pointersPeter Collingbourne1-13/+11
2021-07-28io_uring: remove double poll entry on arm failurePavel Begunkov1-0/+2
2021-07-28io_uring: explicitly count entries for poll reqsPavel Begunkov1-6/+10
2021-07-28btrfs: check for missing device in btrfs_trim_fsAnand Jain1-0/+3
2021-07-28proc: Avoid mixing integer types in mem_rw()Marcelo Henrique Cerri1-1/+1
2021-07-28cifs: fix fallocate when trying to allocate a hole.Ronnie Sahlberg1-5/+18