Age | Commit message (Expand) | Author | Files | Lines |
2017-10-30 | btrfs: prefix sysfs attribute struct names | Hans van Kranenburg | 1 | -31/+32 |
2017-09-15 | Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/vi... | Linus Torvalds | 1 | -2/+2 |
2017-08-15 | btrfs: Add zstd support | Nick Terrell | 1 | -0/+2 |
2017-07-17 | VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb) | David Howells | 1 | -2/+2 |
2017-06-19 | btrfs: Add quota_override knob into sysfs | Sargun Dhillon | 1 | -0/+41 |
2016-09-26 | btrfs: convert printk(KERN_* to use pr_* calls | Jeff Mahoney | 1 | -1/+1 |
2016-09-26 | btrfs: unsplit printed strings | Jeff Mahoney | 1 | -2/+4 |
2016-09-26 | btrfs: create example debugfs file only in debugging build | David Sterba | 1 | -0/+9 |
2016-09-26 | btrfs: fix perms on demonstration debugfs interface | Eric Sandeen | 1 | -1/+1 |
2016-07-26 | btrfs: add missing bytes_readonly attribute file in sysfs | Wang Xiaoguang | 1 | -0/+2 |
2016-05-06 | btrfs: sysfs: protect reading label by lock | David Sterba | 1 | -1/+7 |
2016-05-06 | btrfs: add check to sysfs handler of label | David Sterba | 1 | -0/+3 |
2016-05-06 | btrfs: add read-only check to sysfs handler of features | David Sterba | 1 | -0/+3 |
2016-01-27 | btrfs: sysfs: check initialization state before updating features | David Sterba | 1 | -0/+3 |
2016-01-21 | btrfs: sysfs: introduce helper for syncing bits with sysfs files | David Sterba | 1 | -0/+30 |
2016-01-21 | btrfs: sysfs: add free-space-tree bit attribute | David Sterba | 1 | -0/+2 |
2015-09-29 | Btrfs: rename super_kobj to fsid_kobj | Anand Jain | 1 | -18/+18 |
2015-09-29 | Btrfs: rename btrfs_kobj_rm_device to btrfs_sysfs_rm_device_link | Anand Jain | 1 | -3/+3 |
2015-09-29 | Btrfs: rename btrfs_kobj_add_device to btrfs_sysfs_add_device_link | Anand Jain | 1 | -2/+2 |
2015-09-29 | Btrfs: rename btrfs_sysfs_remove_one to btrfs_sysfs_remove_mounted | Anand Jain | 1 | -2/+2 |
2015-09-29 | Btrfs: rename btrfs_sysfs_add_one to btrfs_sysfs_add_mounted | Anand Jain | 1 | -1/+1 |
2015-06-22 | Btrfs: Check if kobject is initialized before put | Anand Jain | 1 | -3/+5 |
2015-05-27 | Btrfs: sysfs: add support to add parent for fsid | Anand Jain | 1 | -2/+2 |
2015-05-27 | Btrfs: sysfs: separate kobject and attribute creation | Anand Jain | 1 | -13/+2 |
2015-05-27 | Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non static | Anand Jain | 1 | -1/+1 |
2015-05-27 | Btrfs: sysfs: make btrfs_sysfs_add_fsid() non static | Anand Jain | 1 | -1/+1 |
2015-05-27 | Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_info | Anand Jain | 1 | -6/+6 |
2015-05-27 | Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_info | Anand Jain | 1 | -4/+3 |
2015-05-27 | Btrfs: sysfs: provide framework to remove all fsid sysfs kobject | Anand Jain | 1 | -1/+16 |
2015-05-27 | Btrfs: sysfs: add pointer to access fs_info from fs_devices | Anand Jain | 1 | -0/+4 |
2015-05-27 | Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de... | Anand Jain | 1 | -39/+49 |
2015-05-27 | Btrfs: sysfs: separate device kobject and its attribute creation | Anand Jain | 1 | -6/+15 |
2015-05-27 | Btrfs: sysfs: let default_attrs be separate from the kset | Anand Jain | 1 | -4/+8 |
2015-05-27 | Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsid | Anand Jain | 1 | -1/+14 |
2015-05-27 | Btrfs: sysfs: rename __btrfs_sysfs_remove_one to btrfs_sysfs_remove_fsid | Anand Jain | 1 | -4/+4 |
2015-05-27 | Btrfs: sysfs: reorder the kobject creations | Anand Jain | 1 | -10/+13 |
2015-05-27 | Btrfc: sysfs: fix, check if device_dir_kobj is init before destroy | Anand Jain | 1 | -4/+6 |
2015-05-27 | Btrfs: sysfs: fix, kobject pointer clean up needed after kobject release | Anand Jain | 1 | -0/+1 |
2015-05-27 | Btrfs: sysfs: fix, undo sysfs device links | Anand Jain | 1 | -0/+17 |
2015-05-27 | Btrfs: sysfs: fix, btrfs_release_super_kobj() should to clean up the kobject ... | Anand Jain | 1 | -0/+2 |
2015-02-16 | btrfs: constify structs with op functions or static definitions | David Sterba | 1 | -1/+1 |
2015-02-03 | Btrfs: add missing cleanup on sysfs init failure | Filipe Manana | 1 | -1/+9 |
2014-11-12 | btrfs: move commit out of sysfs when changing label | David Sterba | 1 | -13/+8 |
2014-11-12 | btrfs: move commit out of sysfs when changing features | David Sterba | 1 | -8/+5 |
2014-09-18 | btrfs: sysfs label interface should check for read only FS | Anand Jain | 1 | -0/+3 |
2014-09-18 | btrfs: code optimize: BTRFS_ATTR_RW could set the mode | Anand Jain | 1 | -1/+1 |
2014-09-18 | btrfs: code optimize: BTRFS_ATTR could handle the mode | Anand Jain | 1 | -7/+7 |
2014-09-18 | btrfs: use BTRFS_ATTR instead of btrfs_no_store() | Anand Jain | 1 | -10/+3 |
2014-09-18 | btrfs: label should not contain return char | Satoru Takeuchi | 1 | -3/+12 |
2014-08-21 | Btrfs: fix regression of btrfs device replace | Liu Bo | 1 | -1/+1 |