Age | Commit message (Expand) | Author | Files | Lines |
2021-09-09 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 6 | -47/+77 |
2021-09-07 | btrfs: zoned: fix double counting of split ordered extent | Naohiro Aota | 1 | -0/+8 |
2021-09-07 | btrfs: fix lockdep warning while mounting sprout fs | Anand Jain | 1 | -3/+4 |
2021-09-07 | btrfs: delay blkdev_put until after the device remove | Josef Bacik | 3 | -11/+30 |
2021-09-07 | btrfs: update the bdev time directly when closing | Josef Bacik | 1 | -8/+10 |
2021-09-07 | btrfs: use correct header for div_u64 in misc.h | Kari Argillander | 1 | -1/+1 |
2021-09-07 | btrfs: fix upper limit for max_inline for page size 64K | Anand Jain | 1 | -24/+24 |
2021-09-02 | Merge tag 'ovl-update-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2 | -2/+5 |
2021-08-31 | Merge tag 'iomap-5.15-merge-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux | Linus Torvalds | 1 | -2/+3 |
2021-08-31 | Merge tag 'for-5.15-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kda... | Linus Torvalds | 46 | -1375/+2638 |
2021-08-26 | Merge tag 'for-5.14-rc7-tag' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -1/+1 |
2021-08-25 | Revert "btrfs: compression: don't try to compress if we don't have enough pages" | Qu Wenruo | 1 | -1/+1 |
2021-08-23 | btrfs: reset replace target device to allocation state on close | Desmond Cheong Zhi Xi | 1 | -0/+3 |
2021-08-23 | btrfs: zoned: fix ordered extent boundary calculation | Naohiro Aota | 1 | -6/+7 |
2021-08-23 | btrfs: do not do preemptive flushing if the majority is global rsv | Josef Bacik | 1 | -0/+14 |
2021-08-23 | btrfs: reduce the preemptive flushing threshold to 90% | Josef Bacik | 1 | -1/+1 |
2021-08-23 | btrfs: tree-log: check btrfs_lookup_data_extent return value | Marcos Paulo de Souza | 1 | -1/+3 |
2021-08-23 | btrfs: avoid unnecessarily logging directories that had no changes | Filipe Manana | 1 | -0/+7 |
2021-08-23 | btrfs: allow idmapped mount | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: handle ACLs on idmapped mounts | Christian Brauner | 1 | -5/+6 |
2021-08-23 | btrfs: allow idmapped INO_LOOKUP_USER ioctl | Christian Brauner | 1 | -3/+4 |
2021-08-23 | btrfs: allow idmapped SUBVOL_SETFLAGS ioctl | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped SET_RECEIVED_SUBVOL ioctls | Christian Brauner | 1 | -3/+4 |
2021-08-23 | btrfs: relax restrictions for SNAP_DESTROY_V2 with subvolids | Christian Brauner | 1 | -11/+16 |
2021-08-23 | btrfs: allow idmapped SNAP_DESTROY ioctls | Christian Brauner | 1 | -7/+20 |
2021-08-23 | btrfs: allow idmapped SNAP_CREATE/SUBVOL_CREATE ioctls | Christian Brauner | 3 | -23/+32 |
2021-08-23 | btrfs: check whether fsgid/fsuid are mapped during subvolume creation | Christian Brauner | 1 | -0/+2 |
2021-08-23 | btrfs: allow idmapped permission inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped setattr inode op | Christian Brauner | 1 | -4/+3 |
2021-08-23 | btrfs: allow idmapped tmpfile inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped symlink inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped mkdir inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped create inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped mknod inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped getattr inode op | Christian Brauner | 1 | -1/+1 |
2021-08-23 | btrfs: allow idmapped rename inode op | Christian Brauner | 1 | -7/+10 |
2021-08-23 | btrfs: handle idmaps in btrfs_new_inode() | Christian Brauner | 1 | -15/+19 |
2021-08-23 | btrfs: sysfs: document structures and their associated files | Anand Jain | 1 | -16/+75 |
2021-08-23 | btrfs: fix NULL pointer dereference when deleting device by invalid id | Qu Wenruo | 1 | -1/+1 |
2021-08-23 | btrfs: zoned: add asserts on splitting extent_map | Naohiro Aota | 1 | -6/+6 |
2021-08-23 | btrfs: zoned: fix block group alloc_offset calculation | Naohiro Aota | 1 | -2/+5 |
2021-08-23 | btrfs: zoned: suppress reclaim error message on EAGAIN | Naohiro Aota | 1 | -1/+1 |
2021-08-23 | btrfs: zoned: allow disabling of zone auto reclaim | Johannes Thumshirn | 2 | -6/+8 |
2021-08-23 | btrfs: update comment at log_conflicting_inodes() | Filipe Manana | 1 | -2/+2 |
2021-08-23 | btrfs: remove no longer needed full sync flag check at inode_logged() | Filipe Manana | 1 | -7/+5 |
2021-08-23 | btrfs: remove unnecessary NULL check for the new inode during rename exchange | Filipe Manana | 1 | -2/+1 |
2021-08-23 | btrfs: allocate backref_ctx on stack in find_extent_clone | Goldwyn Rodrigues | 1 | -18/+11 |
2021-08-23 | btrfs: allocate btrfs_ioctl_defrag_range_args on stack | Goldwyn Rodrigues | 1 | -16/+7 |
2021-08-23 | btrfs: allocate btrfs_ioctl_quota_rescan_args on stack | Goldwyn Rodrigues | 1 | -9/+4 |
2021-08-23 | btrfs: allocate file_ra_state on stack in readahead_cache | Goldwyn Rodrigues | 1 | -9/+3 |