Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | jfs: port block device access to file | Christian Brauner | 2024-02-25 | 3 | -15/+15 |
* | f2fs: port block device access to files | Christian Brauner | 2024-02-25 | 2 | -7/+7 |
* | ext4: port block device access to file | Christian Brauner | 2024-02-25 | 3 | -31/+31 |
* | erofs: port device access to file | Christian Brauner | 2024-02-25 | 3 | -12/+12 |
* | btrfs: port device access to file | Christian Brauner | 2024-02-25 | 4 | -63/+63 |
* | bcachefs: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -11/+11 |
* | target: port block device access to file | Christian Brauner | 2024-02-25 | 4 | -22/+22 |
* | s390: port block device access to file | Christian Brauner | 2024-02-25 | 4 | -25/+25 |
* | nvme: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -9/+9 |
* | block2mtd: port device access to files | Christian Brauner | 2024-02-25 | 1 | -25/+21 |
* | bcache: port block device access to files | Christian Brauner | 2024-02-25 | 2 | -39/+39 |
* | zram: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -14/+14 |
* | xen: port block device access to file | Christian Brauner | 2024-02-25 | 3 | -23/+22 |
* | rnbd: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -15/+15 |
* | pktcdvd: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -36/+36 |
* | drbd: port block device access to file | Christian Brauner | 2024-02-25 | 2 | -31/+31 |
* | xfs: port block device access to files | Christian Brauner | 2024-02-25 | 3 | -29/+29 |
* | power: port block device access to file | Christian Brauner | 2024-02-25 | 1 | -14/+14 |
* | swap: port block device usage to file | Christian Brauner | 2024-02-25 | 2 | -12/+12 |
* | md: port block device access to file | Christian Brauner | 2024-02-25 | 4 | -18/+21 |
* | block/genhd: port disk_scan_partitions() to file | Christian Brauner | 2024-02-25 | 1 | -6/+6 |
* | block/ioctl: port blkdev_bszset() to file | Christian Brauner | 2024-02-25 | 1 | -5/+4 |
* | bdev: open block device as files | Christian Brauner | 2024-02-25 | 9 | -20/+126 |
* | file: add alloc_file_pseudo_noaccount() | Christian Brauner | 2024-02-25 | 2 | -0/+26 |
* | file: prepare for new helper | Christian Brauner | 2024-02-25 | 1 | -18/+41 |
* | init: flush async file closing | Christian Brauner | 2024-02-08 | 3 | -3/+15 |
* | Linux 6.8-rc1v6.8-rc1 | Linus Torvalds | 2024-01-21 | 1 | -2/+2 |
* | Merge tag 'bcachefs-2024-01-21' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 2024-01-21 | 78 | -1426/+1629 |
|\ | |||||
| * | bcachefs: Improve inode_to_text() | Kent Overstreet | 2024-01-21 | 1 | -7/+18 |
| * | bcachefs: logged_ops_format.h | Kent Overstreet | 2024-01-21 | 2 | -27/+31 |
| * | bcachefs: reflink_format.h | Kent Overstreet | 2024-01-21 | 3 | -47/+48 |
| * | bcachefs; extents_format.h | Kent Overstreet | 2024-01-21 | 2 | -279/+284 |
| * | bcachefs: ec_format.h | Kent Overstreet | 2024-01-21 | 2 | -16/+20 |
| * | bcachefs: subvolume_format.h | Kent Overstreet | 2024-01-21 | 2 | -32/+36 |
| * | bcachefs: snapshot_format.h | Kent Overstreet | 2024-01-21 | 2 | -33/+37 |
| * | bcachefs: alloc_background_format.h | Kent Overstreet | 2024-01-21 | 2 | -93/+94 |
| * | bcachefs: xattr_format.h | Kent Overstreet | 2024-01-21 | 2 | -15/+20 |
| * | bcachefs: dirent_format.h | Kent Overstreet | 2024-01-21 | 2 | -39/+43 |
| * | bcachefs: inode_format.h | Kent Overstreet | 2024-01-21 | 2 | -164/+167 |
| * | bcachefs; quota_format.h | Kent Overstreet | 2024-01-21 | 2 | -42/+48 |
| * | bcachefs: sb-counters_format.h | Kent Overstreet | 2024-01-21 | 2 | -95/+100 |
| * | bcachefs: counters.c -> sb-counters.c | Kent Overstreet | 2024-01-21 | 5 | -8/+7 |
| * | bcachefs: comment bch_subvolume | Kent Overstreet | 2024-01-21 | 1 | -0/+3 |
| * | bcachefs: bch_snapshot::btime | Kent Overstreet | 2024-01-21 | 2 | -0/+3 |
| * | bcachefs: add missing __GFP_NOWARN | Kent Overstreet | 2024-01-21 | 1 | -1/+1 |
| * | bcachefs: opts->compression can now also be applied in the background | Kent Overstreet | 2024-01-21 | 11 | -23/+24 |
| * | bcachefs: Prep work for variable size btree node buffers | Kent Overstreet | 2024-01-21 | 18 | -97/+87 |
| * | bcachefs: grab s_umount only if snapshotting | Su Yue | 2024-01-21 | 1 | -6/+5 |
| * | bcachefs: kvfree bch_fs::snapshots in bch2_fs_snapshots_exit | Su Yue | 2024-01-21 | 1 | -1/+1 |
| * | bcachefs: bios must be 512 byte algined | Kent Overstreet | 2024-01-21 | 1 | -0/+4 |