summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| | * | | | | | | xfs: add DAX block zeroing supportDave Chinner2015-06-042-22/+46
| | * | | | | | | xfs: add DAX file operations supportDave Chinner2015-06-043-83/+158
| | * | | | | | | dax: expose __dax_fault for filesystems with locking constraintsDave Chinner2015-06-041-2/+13
| | * | | | | | | dax: don't abuse get_block mapping for endio callbacksDave Chinner2015-06-044-24/+38
| | * | | | | | | xfs: mmap lock needs to be inside freeze protectionDave Chinner2015-06-041-3/+8
| | | |/ / / / / | | |/| | | | |
| * | | | | | | Merge branch 'xfs-sparse-inode' into for-nextDave Chinner2015-06-0116-86/+829
| |\ \ \ \ \ \ \ | | | |/ / / / / | | |/| | | | |
| | * | | | | | xfs: enable sparse inode chunks for v5 superblocksBrian Foster2015-05-291-1/+2
| | * | | | | | xfs: skip unallocated regions of inode chunks in xfs_ifree_cluster()Brian Foster2015-05-293-20/+35
| | * | | | | | xfs: only free allocated regions of inode chunksBrian Foster2015-05-291-3/+78
| | * | | | | | xfs: filter out sparse regions from individual inode allocationBrian Foster2015-05-291-2/+13
| | * | | | | | xfs: randomly do sparse inode allocations in DEBUG modeBrian Foster2015-05-291-2/+13
| | * | | | | | xfs: allocate sparse inode chunks on full chunk allocation failureBrian Foster2015-05-294-14/+401
| | * | | | | | xfs: helper to convert holemask to inode alloc. bitmapBrian Foster2015-05-292-0/+54
| | * | | | | | xfs: handle sparse inode chunks in icreate log recoveryBrian Foster2015-05-291-6/+16
| | * | | | | | xfs: pass inode count through ordered icreate log itemBrian Foster2015-05-293-6/+7
| | * | | | | | xfs: use actual inode count for sparse records in bulkstat/inumbersBrian Foster2015-05-291-5/+8
| | * | | | | | xfs: introduce inode record hole mask for sparse inode chunksBrian Foster2015-05-293-12/+81
| | * | | | | | xfs: add fs geometry bit for sparse inode chunksBrian Foster2015-05-292-1/+4
| | * | | | | | xfs: sparse inode chunks feature helpers and mount requirementsBrian Foster2015-05-293-0/+44
| | * | | | | | xfs: use sparse chunk alignment for min. inode allocation requirementBrian Foster2015-05-293-1/+8
| | * | | | | | xfs: add sparse inode chunk alignment superblock fieldBrian Foster2015-05-292-4/+4
| | * | | | | | xfs: support min/max agbno args in block allocatorBrian Foster2015-05-292-5/+39
| | * | | | | | xfs: update free inode record logic to support sparse inode recordsBrian Foster2015-05-291-4/+12
| | * | | | | | xfs: create individual inode alloc. helperBrian Foster2015-05-291-2/+12
| | |/ / / / /
| * | | | | | Merge branch 'xfs-misc-fixes-for-4.2' into for-nextDave Chinner2015-06-014-17/+30
| |\ \ \ \ \ \ | | |_|/ / / / | |/| | | | |
| | * | | | | xfs: Clean up xfs_trans_dup_dqinfoNan Jia2015-06-011-2/+2
| | * | | | | xfs: don't cast string literalsEric Sandeen2015-06-011-2/+2
| | * | | | | xfs: fix quota block reservation leak when tp allocates and frees blocksBrian Foster2015-06-012-12/+17
| | * | | | | xfs: always log the inode on unwritten extent conversionBrian Foster2015-06-011-1/+9
| | |/ / / /
* | | | | | Merge branch 'for-linus-4.2' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-3036-1656/+1696
|\ \ \ \ \ \
| * | | | | | btrfs: delayed-ref: double free in btrfs_add_delayed_tree_ref()Dan Carpenter2015-06-241-9/+11
| * | | | | | Merge branch 'sysfs-fsdevices-4.2-part1' of git://git.kernel.org/pub/scm/linu...Chris Mason2015-06-237-53/+238
| |\ \ \ \ \ \
| | * | | | | | Btrfs: Check if kobject is initialized before putAnand Jain2015-06-221-3/+5
| | * | | | | | Btrfs: sysfs: add support to show replacing target in the sysfsAnand Jain2015-06-192-1/+7
| | * | | | | | Btrfs: free the stale deviceAnand Jain2015-06-191-0/+61
| | * | | | | | Btrfs: sysfs: don't fail seeding for the sake of sysfs kobject issueAnand Jain2015-05-271-1/+1
| | * | | | | | Btrfs: sysfs: add support to add parent for fsidAnand Jain2015-05-271-2/+2
| | * | | | | | Btrfs: sysfs: separate kobject and attribute creationAnand Jain2015-05-272-14/+19
| | * | | | | | Btrfs: sysfs: btrfs_sysfs_remove_fsid() make it non staticAnand Jain2015-05-272-1/+2
| | * | | | | | Btrfs: sysfs: make btrfs_sysfs_add_device() non staticAnand Jain2015-05-271-0/+1
| | * | | | | | Btrfs: sysfs: make btrfs_sysfs_add_fsid() non staticAnand Jain2015-05-272-1/+3
| | * | | | | | Btrfs: sysfs btrfs_kobj_rm_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-10/+10
| | * | | | | | Btrfs: sysfs btrfs_kobj_add_device() pass fs_devices instead of fs_infoAnand Jain2015-05-274-7/+6
| | * | | | | | Btrfs: sysfs: provide framework to remove all fsid sysfs kobjectAnand Jain2015-05-271-1/+16
| | * | | | | | Btrfs: sysfs: add pointer to access fs_info from fs_devicesAnand Jain2015-05-273-0/+25
| | * | | | | | Btrfs: introduce btrfs_get_fs_uuids to get fs_uuidsAnand Jain2015-05-272-0/+5
| | * | | | | | Btrfs: sysfs: move super_kobj and device_dir_kobj from fs_info to btrfs_fs_de...Anand Jain2015-05-274-43/+56
| | * | | | | | Btrfs: sysfs: separate device kobject and its attribute creationAnand Jain2015-05-271-6/+15
| | * | | | | | Btrfs: sysfs: let default_attrs be separate from the ksetAnand Jain2015-05-271-4/+8
| | * | | | | | Btrfs: sysfs: introduce function btrfs_sysfs_add_fsid() to create sysfs fsidAnand Jain2015-05-271-1/+14
OpenPOWER on IntegriCloud