summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* nilfs2: fix lockdep warnings during disk space reclamationRyusuke Konishi2022-05-255-21/+92
* nilfs2: fix lockdep warnings in page operations for btree nodesRyusuke Konishi2022-05-2510-50/+154
* fs: fix an infinite loop in iomap_fiemapGuo Xuenan2022-05-251-1/+1
* gfs2: Disable page faults during lockless buffered readsAndreas Gruenbacher2022-05-251-1/+3
* io_uring: always grab file table for deferred statxJens Axboe2022-05-251-5/+1
* io_uring: always use original task when preparing req identityJens Axboe2022-05-181-1/+1
* SUNRPC: Ensure we flush any closed sockets before xs_xprt_free()Trond Myklebust2022-05-181-0/+1
* ceph: fix setting of xattrs on async created inodesJeff Layton2022-05-181-3/+13
* gfs2: Fix filesystem block deallocation for short writesAndreas Gruenbacher2022-05-181-6/+5
* nfs: fix broken handling of the softreval mount optionDan Aloni2022-05-181-1/+1
* arm: remove CONFIG_ARCH_HAS_HOLES_MEMORYMODELMike Rapoport2022-05-151-2/+0
* btrfs: always log symlinks in full modeFilipe Manana2022-05-121-1/+13
* NFSv4: Don't invalidate inode attributes on delegation returnTrond Myklebust2022-05-121-1/+11
* zonefs: Clear inode information flags on inode creationDamien Le Moal2022-05-091-0/+1
* zonefs: Fix management of open zonesDamien Le Moal2022-05-091-5/+40
* cifs: destage any unwritten data to the server before calling copychunk_writeRonnie Sahlberg2022-05-091-0/+8
* ext4: fix bug_on in start_this_handle during umount filesystemYe Bin2022-05-091-5/+10
* jbd2: fix a potential race while discarding reserved buffers after an abortYe Bin2022-04-271-1/+3
* ext4: force overhead calculation if the s_overhead_cluster makes no senseTheodore Ts'o2022-04-271-3/+12
* ext4: fix overhead calculation to account for the reserved gdt blocksTheodore Ts'o2022-04-271-1/+3
* ext4: limit length to bitmap_maxbytes - blocksize in punch_holeTadeusz Struk2022-04-271-1/+10
* ext4: fix use-after-free in ext4_search_dirYe Bin2022-04-272-2/+6
* ext4: fix symlink file size not match to file contentYe Bin2022-04-271-1/+3
* ext4: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-273-9/+32
* mm, hugetlb: allow for "high" userspace addressesChristophe Leroy2022-04-271-4/+5
* stat: fix inconsistency between struct stat and struct compat_statMikulas Patocka2022-04-271-9/+10
* cifs: Check the IOCB_DIRECT flag, not O_DIRECTDavid Howells2022-04-271-1/+1
* gfs2: assign rgrp glock before compute_bitstructsBob Peterson2022-04-271-4/+5
* btrfs: mark resumed async balance as writingNaohiro Aota2022-04-201-0/+2
* btrfs: fix root ref counts in error handling in btrfs_get_root_refJia-Ju Bai2022-04-201-2/+3
* btrfs: do not warn for free space inode in cow_file_rangeJosef Bacik2022-04-201-1/+0
* btrfs: fix fallocate to use file_modified to update permissions consistentlyDarrick J. Wong2022-04-201-2/+11
* cifs: potential buffer overflow in handling symlinksHarshit Mogalapalli2022-04-201-0/+3
* btrfs: remove unused variable in btrfs_{start,write}_dirty_block_groups()Nathan Chancellor2022-04-201-4/+0
* btrfs: prevent subvol with swapfile from being deletedKaiwen Hu2022-04-131-0/+22
* btrfs: fix qgroup reserve overflow the qgroup limitEthan Lien2022-04-131-1/+1
* io_uring: fix race between timeout flush and removalJens Axboe2022-04-131-8/+7
* io_uring: don't touch scm_fp_list after queueing skbPavel Begunkov2022-04-131-2/+6
* NFSv4: fix open failure with O_ACCMODE flagChenXiaoSong2022-04-133-12/+14
* Revert "NFSv4: Handle the special Linux file open access mode"ChenXiaoSong2022-04-132-2/+1
* NFS: Avoid writeback threads getting stuck in mempool_alloc()Trond Myklebust2022-04-132-7/+13
* NFS: nfsiod should not block forever in mempool_alloc()Trond Myklebust2022-04-133-17/+22
* jfs: prevent NULL deref in diFreeHaimin Zhang2022-04-131-1/+2
* NFS: swap-out must always use STABLE writes.NeilBrown2022-04-131-4/+6
* NFS: swap IO handling is slightly different for O_DIRECT IONeilBrown2022-04-132-16/+30
* NFSv4: Protect the state recovery thread against direct reclaimTrond Myklebust2022-04-131-0/+12
* NFSv4.2: fix reference count leaks in _nfs42_proc_copy_notify()Xin Xiong2022-04-131-3/+6
* minix: fix bug when opening a file with O_DIRECTQinghua Jin2022-04-131-1/+2
* ceph: fix memory leak in ceph_readdir when note_last_dentry returns errorXiubo Li2022-04-131-1/+10
* gfs2: gfs2_setattr_size error path fixAndreas Gruenbacher2022-04-136-8/+9