summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
* block: switch partition lookup to use struct block_deviceChristoph Hellwig2020-12-014-25/+11
* block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig2020-12-011-27/+12
* block: move holder_dir to struct block_deviceChristoph Hellwig2020-12-011-6/+5
* block: move the partition_meta_info to struct block_deviceChristoph Hellwig2020-12-011-0/+1
* block: move disk stat accounting to struct block_deviceChristoph Hellwig2020-12-011-0/+10
* block: remove the nr_sects field in struct hd_structChristoph Hellwig2020-12-013-73/+4
* block: initialize struct block_device in bdev_allocChristoph Hellwig2020-12-011-13/+9
* block: simplify the block device claiming interfaceChristoph Hellwig2020-12-011-33/+18
* block: remove ->bd_containsChristoph Hellwig2020-12-011-14/+8
* block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig2020-12-011-76/+101
* block: remove i_bdevChristoph Hellwig2020-12-019-208/+91
* block: opencode devcgroup_inode_permissionChristoph Hellwig2020-12-011-6/+4
* block: move bdput() to the callers of __blkdev_getChristoph Hellwig2020-12-011-2/+5
* block: refactor blkdev_getChristoph Hellwig2020-12-011-99/+86
* block: refactor __blkdev_putChristoph Hellwig2020-12-011-7/+7
* block: switch bdgrab to use igrabChristoph Hellwig2020-12-011-1/+5
* block: change the hash used for looking up block devicesChristoph Hellwig2020-12-011-24/+2
* block: add a bdev_kobj helperChristoph Hellwig2020-12-012-15/+6
* fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig2020-12-015-38/+24
* fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig2020-12-013-56/+28
* block: unexport revalidate_disk_sizeChristoph Hellwig2020-11-161-1/+0
* block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig2020-11-161-6/+0
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-11-141-0/+1
|\
| * ocfs2: initialize ip_next_orphanWengang Wang2020-11-141-0/+1
* | afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells2020-11-141-1/+4
* | Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-133-52/+2
|\ \
| * | vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong2020-11-101-30/+0
| * | vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong2020-11-103-9/+14
| * | vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong2020-11-101-29/+4
* | | Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2020-11-135-15/+15
|\ \ \
| * | | xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig2020-11-111-1/+1
| * | | xfs: fix brainos in the refcount scrubber's rmap fragment processorDarrick J. Wong2020-11-101-5/+3
| * | | xfs: fix rmap key and record comparison functionsDarrick J. Wong2020-11-101-8/+8
| * | | xfs: set the unwritten bit in rmap lookup flags in xchk_bmap_get_rmapextentsDarrick J. Wong2020-11-101-0/+2
| * | | xfs: fix flags argument to rmap lookup when converting shared file rmapsDarrick J. Wong2020-11-101-1/+1
* | | | Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds2020-11-131-1/+1
|\ \ \ \ | |_|_|/ |/| | |
| * | | io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe2020-11-111-1/+1
* | | | Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-11-132-14/+3
|\ \ \ \
| * | | | Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o2020-11-111-11/+0
| * | | | ext4: handle dax mount option collisionHarshad Shirwadkar2020-11-111-3/+3
* | | | | Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds2020-11-121-1/+1
|\ \ \ \ \
| * | | | | fscrypt: fix inline encryption not used on new filesEric Biggers2020-11-111-1/+1
* | | | | | Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2020-11-124-12/+10
|\ \ \ \ \ \
| * | | | | | gfs2: Fix case in which ail writes are done to jdata holesBob Peterson2020-11-122-1/+3
| * | | | | | Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson2020-11-121-6/+2
| * | | | | | gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong2020-11-121-5/+5
* | | | | | | Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds2020-11-124-12/+15
|\ \ \ \ \ \ \
| * | | | | | | NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust2020-11-121-5/+1
| * | | | | | | NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust2020-11-121-5/+4
| * | | | | | | NFS: Fix listxattr receive buffer sizeChuck Lever2020-11-121-2/+2