index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
/
btrfs
/
super.c
Age
Commit message (
Expand
)
Author
2019-01-05
Merge branch 'mount.part1' of git://git.kernel.org/pub/scm/linux/kernel/git/v...
Linus Torvalds
2018-12-21
LSM: hide struct security_mnt_opts from any generic code
Al Viro
2018-12-21
btrfs: sanitize security_mnt_opts use
Al Viro
2018-12-21
new helper: security_sb_eat_lsm_opts()
Al Viro
2018-12-17
btrfs: Fix typos in comments and strings
Andrea Gelmini
2018-12-17
btrfs: Remove fsid/metadata_fsid fields from btrfs_info
Nikolay Borisov
2018-11-14
Btrfs: ensure path name is null terminated at btrfs_control_ioctl
Filipe Manana
2018-11-06
btrfs: avoid link error with CONFIG_NO_AUTO_INLINE
Arnd Bergmann
2018-10-15
btrfs: Remove 'objectid' member from struct btrfs_root
Misono Tomohiro
2018-08-06
btrfs: Use wrapper macro for rcu string to remove duplicate code
Misono Tomohiro
2018-08-06
Btrfs: fix btrfs_write_inode vs delayed iput deadlock
Josef Bacik
2018-08-06
btrfs: refactor block group replication factor calculation to a helper
David Sterba
2018-08-06
btrfs: rename btrfs_parse_early_options
Anand Jain
2018-08-06
btrfs: return device pointer from btrfs_scan_one_device
Gu Jinxiang
2018-08-06
btrfs: make fs_devices a local variable in btrfs_parse_early_options
Gu Jinxiang
2018-08-06
btrfs: fix mount and ioctl device scan ioctl race
David Sterba
2018-08-06
btrfs: reorder initialization before the mount locks uuid_mutex
David Sterba
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_parse_early_options
David Sterba
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_open_devices
David Sterba
2018-08-06
btrfs: lift uuid_mutex to callers of btrfs_scan_one_device
David Sterba
2018-08-06
btrfs: remove unused parameter from btrfs_parse_subvol_options
Gu Jinxiang
2018-08-06
btrfs: prune unused includes
David Sterba
2018-08-06
btrfs: Fix a C compliance issue
Bart Van Assche
2018-08-06
btrfs: Annotate fall-through when parsing mount option
Bart Van Assche
2018-05-28
Btrfs: allow empty subvol= again
Omar Sandoval
2018-05-28
btrfs: return original error code when failing from option parsing
Chengguang Xu
2018-04-12
btrfs: replace GPL boilerplate by SPDX -- sources
David Sterba
2018-03-31
btrfs: use RCU in btrfs_show_devname for device list traversal
David Sterba
2018-03-31
btrfs: sort and group mount option definitions
David Sterba
2018-03-31
btrfs: Add nossd_spread mount option
Howard McLauchlan
2018-03-26
btrfs: unify types for metadata_ratio and data_chunk_allocations
Anand Jain
2018-03-26
btrfs: add more __cold annotations
David Sterba
2018-03-26
btrfs: verify subvolid mount parameter
Anand Jain
2018-03-26
btrfs: Remove custom crc32c init code
Nikolay Borisov
2018-03-26
btrfs: add a comment to mark the deprecated mount option
Anand Jain
2018-03-26
btrfs: manage commit mount option as %u
Anand Jain
2018-03-26
btrfs: manage check_int_print_mask mount option as %u
Anand Jain
2018-03-26
btrfs: manage metadata_ratio mount option as %u
Anand Jain
2018-03-26
btrfs: manage thread_pool mount option as %u
Anand Jain
2018-03-01
btrfs: use kvzalloc to allocate btrfs_fs_info
Jeff Mahoney
2018-01-22
btrfS: collapse btrfs_handle_error() into __btrfs_handle_fs_error()
Anand Jain
2018-01-22
btrfs: remove check for BTRFS_FS_STATE_ERROR which we just set
Anand Jain
2018-01-22
btrfs: factor btrfs_check_rw_degradable() to check given device
Anand Jain
2018-01-22
btrfs: drop unused parameters from mount_subvol
David Sterba
2018-01-22
btrfs: cleanup unnecessary string dup in btrfs_parse_options()
Misono, Tomohiro
2018-01-22
btrfs: remove unused arg from parse_subvol_options()
Misono, Tomohiro
2018-01-22
btrfs: remove unused setup_root_args()
Misono, Tomohiro
2018-01-22
btrfs: split parse_early_options() in two
Misono, Tomohiro
2018-01-22
btrfs: cleanup btrfs_mount() using btrfs_mount_root()
Misono, Tomohiro
2018-01-22
btrfs: add btrfs_mount_root() and new file_system_type
Misono, Tomohiro
[next]