summaryrefslogtreecommitdiffstats
path: root/fs
AgeCommit message (Expand)Author
2020-12-01block: stop using bdget_disk for partition 0Christoph Hellwig
2020-12-01block: merge struct block_device and struct hd_structChristoph Hellwig
2020-12-01f2fs: remove a few bd_part checksChristoph Hellwig
2020-12-01block: switch partition lookup to use struct block_deviceChristoph Hellwig
2020-12-01block: allocate struct hd_struct as part of struct bdev_inodeChristoph Hellwig
2020-12-01block: move holder_dir to struct block_deviceChristoph Hellwig
2020-12-01block: move the partition_meta_info to struct block_deviceChristoph Hellwig
2020-12-01block: move disk stat accounting to struct block_deviceChristoph Hellwig
2020-12-01block: remove the nr_sects field in struct hd_structChristoph Hellwig
2020-12-01block: initialize struct block_device in bdev_allocChristoph Hellwig
2020-12-01block: simplify the block device claiming interfaceChristoph Hellwig
2020-12-01block: remove ->bd_containsChristoph Hellwig
2020-12-01block: simplify bdev/disk lookup in blkdev_getChristoph Hellwig
2020-12-01block: remove i_bdevChristoph Hellwig
2020-12-01block: opencode devcgroup_inode_permissionChristoph Hellwig
2020-12-01block: move bdput() to the callers of __blkdev_getChristoph Hellwig
2020-12-01block: refactor blkdev_getChristoph Hellwig
2020-12-01block: refactor __blkdev_putChristoph Hellwig
2020-12-01block: switch bdgrab to use igrabChristoph Hellwig
2020-12-01block: change the hash used for looking up block devicesChristoph Hellwig
2020-12-01block: add a bdev_kobj helperChristoph Hellwig
2020-12-01fs: simplify freeze_bdev/thaw_bdevChristoph Hellwig
2020-12-01fs: remove get_super_thawed and get_super_exclusive_thawedChristoph Hellwig
2020-11-16block: unexport revalidate_disk_sizeChristoph Hellwig
2020-11-16block: remove the call to __invalidate_device in check_disk_size_changeChristoph Hellwig
2020-11-14Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-11-14afs: Fix afs_write_end() when called with copied == 0 [ver #3]David Howells
2020-11-14ocfs2: initialize ip_next_orphanWengang Wang
2020-11-13Merge tag 'vfs-5.10-fixes-2' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-13Merge tag 'xfs-5.10-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2020-11-13Merge tag 'io_uring-5.10-2020-11-13' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-11-13Merge tag 'ext4_for_linus_bugfixes' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2020-11-12Merge tag 'fscrypt-for-linus' of git://git.kernel.org/pub/scm/fs/fscrypt/fscryptLinus Torvalds
2020-11-12Merge tag 'gfs2-v5.10-rc3-fixes' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-11-12Merge tag 'nfs-for-5.10-2' of git://git.linux-nfs.org/projects/anna/linux-nfsLinus Torvalds
2020-11-12gfs2: Fix case in which ail writes are done to jdata holesBob Peterson
2020-11-12Revert "gfs2: Ignore journal log writes for jdata holes"Bob Peterson
2020-11-12NFS: Remove unnecessary inode lock in nfs_fsync_dir()Trond Myklebust
2020-11-12NFS: Remove unnecessary inode locking in nfs_llseek_dir()Trond Myklebust
2020-11-12NFS: Fix listxattr receive buffer sizeChuck Lever
2020-11-12NFSv4.2: fix failure to unregister shrinkerJ. Bruce Fields
2020-11-12gfs2: fix possible reference leak in gfs2_check_blk_typeZhang Qilong
2020-11-11fscrypt: fix inline encryption not used on new filesEric Biggers
2020-11-11Revert "ext4: fix superblock checksum calculation race"Theodore Ts'o
2020-11-11ext4: handle dax mount option collisionHarshad Shirwadkar
2020-11-11io_uring: round-up cq size before comparing with rounded sq sizeJens Axboe
2020-11-11xfs: fix a missing unlock on error in xfs_fs_map_blocksChristoph Hellwig
2020-11-10vfs: move __sb_{start,end}_write* to fs.hDarrick J. Wong
2020-11-10vfs: separate __sb_start_write into blocking and non-blocking helpersDarrick J. Wong
2020-11-10vfs: remove lockdep bogosity in __sb_start_writeDarrick J. Wong