summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* jfs: port block device access to fileChristian Brauner2024-02-253-15/+15
* f2fs: port block device access to filesChristian Brauner2024-02-252-7/+7
* ext4: port block device access to fileChristian Brauner2024-02-253-31/+31
* erofs: port device access to fileChristian Brauner2024-02-253-12/+12
* btrfs: port device access to fileChristian Brauner2024-02-254-63/+63
* bcachefs: port block device access to fileChristian Brauner2024-02-252-11/+11
* target: port block device access to fileChristian Brauner2024-02-254-22/+22
* s390: port block device access to fileChristian Brauner2024-02-254-25/+25
* nvme: port block device access to fileChristian Brauner2024-02-252-9/+9
* block2mtd: port device access to filesChristian Brauner2024-02-251-25/+21
* bcache: port block device access to filesChristian Brauner2024-02-252-39/+39
* zram: port block device access to fileChristian Brauner2024-02-252-14/+14
* xen: port block device access to fileChristian Brauner2024-02-253-23/+22
* rnbd: port block device access to fileChristian Brauner2024-02-252-15/+15
* pktcdvd: port block device access to fileChristian Brauner2024-02-252-36/+36
* drbd: port block device access to fileChristian Brauner2024-02-252-31/+31
* xfs: port block device access to filesChristian Brauner2024-02-253-29/+29
* power: port block device access to fileChristian Brauner2024-02-251-14/+14
* swap: port block device usage to fileChristian Brauner2024-02-252-12/+12
* md: port block device access to fileChristian Brauner2024-02-254-18/+21
* block/genhd: port disk_scan_partitions() to fileChristian Brauner2024-02-251-6/+6
* block/ioctl: port blkdev_bszset() to fileChristian Brauner2024-02-251-5/+4
* bdev: open block device as filesChristian Brauner2024-02-259-20/+126
* file: add alloc_file_pseudo_noaccount()Christian Brauner2024-02-252-0/+26
* file: prepare for new helperChristian Brauner2024-02-251-18/+41
* init: flush async file closingChristian Brauner2024-02-083-3/+15
* Linux 6.8-rc1v6.8-rc1Linus Torvalds2024-01-211-2/+2
* Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefsLinus Torvalds2024-01-2178-1426/+1629
|\
| * bcachefs: Improve inode_to_text()Kent Overstreet2024-01-211-7/+18
| * bcachefs: logged_ops_format.hKent Overstreet2024-01-212-27/+31
| * bcachefs: reflink_format.hKent Overstreet2024-01-213-47/+48
| * bcachefs; extents_format.hKent Overstreet2024-01-212-279/+284
| * bcachefs: ec_format.hKent Overstreet2024-01-212-16/+20
| * bcachefs: subvolume_format.hKent Overstreet2024-01-212-32/+36
| * bcachefs: snapshot_format.hKent Overstreet2024-01-212-33/+37
| * bcachefs: alloc_background_format.hKent Overstreet2024-01-212-93/+94
| * bcachefs: xattr_format.hKent Overstreet2024-01-212-15/+20
| * bcachefs: dirent_format.hKent Overstreet2024-01-212-39/+43
| * bcachefs: inode_format.hKent Overstreet2024-01-212-164/+167
| * bcachefs; quota_format.hKent Overstreet2024-01-212-42/+48
| * bcachefs: sb-counters_format.hKent Overstreet2024-01-212-95/+100
| * bcachefs: counters.c -> sb-counters.cKent Overstreet2024-01-215-8/+7
| * bcachefs: comment bch_subvolumeKent Overstreet2024-01-211-0/+3
| * bcachefs: bch_snapshot::btimeKent Overstreet2024-01-212-0/+3
| * bcachefs: add missing __GFP_NOWARNKent Overstreet2024-01-211-1/+1
| * bcachefs: opts->compression can now also be applied in the backgroundKent Overstreet2024-01-2111-23/+24
| * bcachefs: Prep work for variable size btree node buffersKent Overstreet2024-01-2118-97/+87
| * bcachefs: grab s_umount only if snapshottingSu Yue2024-01-211-6/+5
| * bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exitSu Yue2024-01-211-1/+1
| * bcachefs: bios must be 512 byte alginedKent Overstreet2024-01-211-0/+4