summaryrefslogtreecommitdiffstats
path: root/fs
Commit message (Expand)AuthorAgeFilesLines
...
| * | xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2017-04-062-16/+2
| * | xfs: report realtime space information via the rtbitmapDarrick J. Wong2017-04-031-1/+119
| * | xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong2017-04-031-3/+69
| * | xfs: implement the GETFSMAP ioctlDarrick J. Wong2017-04-0312-0/+1048
| * | xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2017-04-032-2/+90
| * | xfs: create a function to query all records in a btreeDarrick J. Wong2017-04-036-7/+57
| * | xfs: provide a query_range function for freespace btreesDarrick J. Wong2017-04-032-0/+52
| * | xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong2017-04-031-43/+129
| * | xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong2017-04-031-2/+3
| * | xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov2017-04-031-1/+0
| * | xfs: fix up inode validation failure messageEric Sandeen2017-04-031-1/+1
| * | xfs: remove the ISUNWRITTEN macroChristoph Hellwig2017-04-033-5/+4
| * | xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig2017-04-034-24/+20
| * | xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster2017-04-033-1/+10
| * | xfs: fix kernel memory exposure problemsDarrick J. Wong2017-04-031-1/+1
| * | xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens2017-04-031-1/+9
| * | xfs: rework the inline directory verifiersDarrick J. Wong2017-03-285-56/+66
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-062-21/+13
|\ \ \
| * | | nfs: Fix bdi handling for cloned superblocksJan Kara2017-05-042-21/+13
* | | | Merge tag 'libnvdimm-for-4.12' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2017-05-056-226/+219
|\ \ \ \
| * | | | block, dax: use correct format string in bdev_dax_supportedArnd Bergmann2017-05-011-1/+1
| * | | | block: remove block_device_operations ->direct_access()Dan Williams2017-04-251-45/+0
| * | | | block, dax: convert bdev_dax_supported() to dax_direct_access()Dan Williams2017-04-251-20/+28
| * | | | filesystem-dax: convert to dax_direct_access()Dan Williams2017-04-252-122/+158
| * | | | Revert "block: use DAX for partition table reads"Dan Williams2017-04-251-20/+0
| * | | | ext2, ext4, xfs: retrieve dax_device for iomap operationsDan Williams2017-04-253-2/+26
| * | | | dax: introduce dax_direct_access()Dan Williams2017-04-201-0/+14
| * | | | block: kill bdev_dax_capable()Dan Williams2017-04-201-24/+0
| * | | | Merge branch 'for-4.11/libnvdimm' into for-4.12/daxDan Williams2017-04-1255-492/+670
| |\ \ \ \ | | | |/ / | | |/| |
* | | | | Merge tag 'gfs2-4.12.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2017-05-058-347/+518
|\ \ \ \ \
| * | | | | GFS2: Allow glocks to be unlocked after withdrawBob Peterson2017-05-051-2/+4
| * | | | | GFS2: Non-recursive deleteBob Peterson2017-04-193-292/+463
| * | | | | gfs2: Re-enable fallocate for the rindexAndrew Price2017-04-051-1/+5
| * | | | | Revert "GFS2: Wait for iopen glock dequeues"Andreas Gruenbacher2017-04-032-7/+4
| * | | | | gfs2: Switch to rhashtable_lookup_get_insert_fastAndreas Gruenbacher2017-04-031-24/+21
| * | | | | GFS2: Temporarily zero i_no_addr when creating a dinodeBob Peterson2017-03-161-0/+1
| * | | | | gfs2: Don't pack struct lm_locknameAndreas Gruenbacher2017-03-162-3/+7
| * | | | | gfs2: Deduplicate gfs2_{glocks,glstats}_openAndreas Gruenbacher2017-03-161-17/+9
| * | | | | gfs2: Replace rhashtable_walk_init with rhashtable_walk_enterAndreas Gruenbacher2017-03-161-1/+1
| * | | | | GFS2: Prevent BUG from occurring when normal Withdraws occurBob Peterson2017-03-162-1/+4
* | | | | | Merge tag 'for-linus-4.12-ofs-1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2017-05-0514-432/+447
|\ \ \ \ \ \
| * | | | | | orangefs: count directory pieces correctlyMartin Brandenburg2017-05-041-2/+5
| * | | | | | orangefs: invalidate stored directory on seekMartin Brandenburg2017-05-041-1/+23
| * | | | | | orangefs: skip forward to the next directory entry if seek is shortMartin Brandenburg2017-05-041-4/+14
| * | | | | | orangefs: handle zero size write in debugfsDan Carpenter2017-04-261-0/+3
| * | | | | | orangefs: do not wait for timeout if umountingMartin Brandenburg2017-04-261-1/+8
| * | | | | | orangefs: return from orangefs_devreq_read quickly if possibleMartin Brandenburg2017-04-261-0/+4
| * | | | | | orangefs: ensure the userspace component is unmounted if mount failsMartin Brandenburg2017-04-262-36/+27
| * | | | | | orangefs: do not check possibly stale size on truncateMartin Brandenburg2017-04-261-2/+1
| * | | | | | orangefs: implement statxMartin Brandenburg2017-04-265-28/+64