summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
* fs: sysv: Fix sysv_nblocks() returns wrong valueChen Zhongjin2022-12-311-1/+1
* lockd: set other missing fields when unlocking filesTrond Myklebust2022-12-311-7/+10
* debugfs: fix error when writing negative value to atomic_t debugfs fileAkinobu Mita2022-12-311-6/+22
* libfs: add DEFINE_SIMPLE_ATTRIBUTE_SIGNED for signed valueAkinobu Mita2022-12-311-3/+19
* nfsd: don't call nfsd_file_put from client states seqfile displayJeff Layton2022-12-311-18/+33
* NFSD: Finish converting the NFSv2 GETACL result encoderChuck Lever2022-12-311-10/+0
* SUNRPC: Return true/false (not 1/0) from bool functionsHaowen Bai2022-12-311-12/+12
* ocfs2: fix memory leak in ocfs2_stack_glue_init()Shang XiaoJing2022-12-311-1/+7
* fs: don't audit the capability check in simple_xattr_list()Ondrej Mosnacek2022-12-311-1/+1
* ovl: remove privs in ovl_fallocate()Amir Goldstein2022-12-311-1/+11
* ovl: remove privs in ovl_copyfile()Amir Goldstein2022-12-311-2/+14
* ovl: use ovl_copy_{real,upper}attr() wrappersChristian Brauner2022-12-315-29/+47
* ovl: store lower path in ovl_inodeAmir Goldstein2022-12-315-8/+27
* pstore: Avoid kcore oops by vmap()ing with VM_IOREMAPStephen Boyd2022-12-311-1/+5
* pstore/ram: Fix error return code in ramoops_probe()Wang Yufen2022-12-311-0/+2
* udf: Fix extending file within last blockJan Kara2022-12-211-15/+17
* udf: Do not bother looking for prealloc extents if i_lenExtents matches i_sizeJan Kara2022-12-211-1/+2
* udf: Fix preallocation discarding at indirect extent boundaryJan Kara2022-12-211-32/+13
* udf: Discard preallocation before extending file with a holeJan Kara2022-12-211-28/+18
* vfs: fix copy_file_range() averts filesystem freeze protectionAmir Goldstein2022-12-193-9/+18
* io_uring: move to separate directoryJens Axboe2022-12-144-12670/+0
* cifs: fix use-after-free caused by invalid pointer `hostname`Zeng Heng2022-12-141-0/+1
* btrfs: send: avoid unaligned encoded writes when attempting to clone rangeFilipe Manana2022-12-141-1/+23
* fs: use acquire ordering in __fget_light()Jann Horn2022-12-141-1/+10
* io_uring/poll: fix poll_refs race with cancelationLin Ma2022-12-081-1/+2
* io_uring: make poll refs more robustPavel Begunkov2022-12-081-1/+35
* io_uring: cmpxchg for poll arm refs releasePavel Begunkov2022-12-081-5/+3
* io_uring: fix tw losing poll eventsPavel Begunkov2022-12-081-0/+7
* io_uring: update res mask in io_poll_check_eventsPavel Begunkov2022-12-081-0/+3
* nilfs2: fix NULL pointer dereference in nilfs_palloc_commit_free_entry()ZhangPeng2022-12-081-0/+7
* afs: Fix fileserver probe RTT handlingDavid Howells2022-12-081-2/+2
* btrfs: qgroup: fix sleep from invalid context bug in btrfs_qgroup_inherit()ChenXiaoSong2022-12-081-8/+1
* btrfs: move QUOTA_ENABLED check to rescan_should_stop from btrfs_qgroup_resca...Nikolay Borisov2022-12-081-7/+6
* btrfs: free btrfs_path before copying inodes to userspaceAnand Jain2022-12-081-9/+7
* btrfs: sink iterator parameter to btrfs_ioctl_logical_to_inoDavid Sterba2022-12-083-26/+24
* erofs: fix order >= MAX_ORDER warning due to crafted negative i_sizeGao Xiang2022-12-081-1/+1
* cifs: fix missed refcounting of ipc tconPaulo Alcantara2022-12-021-0/+1
* btrfs: sysfs: normalize the error handling branch in btrfs_init_sysfs()Zhen Lei2022-12-021-2/+5
* btrfs: use kvcalloc in btrfs_get_dev_zone_infoChristoph Hellwig2022-12-021-3/+3
* btrfs: zoned: fix missing endianness conversion in sb_write_pointerChristoph Hellwig2022-12-021-1/+2
* btrfs: free btrfs_path before copying subvol info to userspaceAnand Jain2022-12-021-0/+2
* btrfs: free btrfs_path before copying fspath to userspaceAnand Jain2022-12-021-0/+2
* btrfs: free btrfs_path before copying root refs to userspaceJosef Bacik2022-12-021-1/+2
* fuse: lock inode unconditionally in fuse_fallocate()Miklos Szeredi2022-12-021-21/+16
* zonefs: fix zone report size in __zonefs_io_error()Damien Le Moal2022-12-021-10/+27
* nilfs2: fix nilfs_sufile_mark_dirty() not set segment usage as dirtyChen Zhongjin2022-12-021-0/+8
* ext4: fix use-after-free in ext4_ext_shift_extentsBaokun Li2022-12-021-5/+13
* fs: do not update freeing inode i_io_listSvyatoslav Feldsherov2022-12-021-11/+19
* ceph: fix NULL pointer dereference for req->r_sessionXiubo Li2022-12-021-36/+12
* ceph: Use kcalloc for allocating multiple elementsKenneth Lee2022-12-021-1/+1