summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2017-04-25xfs: remove attr fork handling in xfs_bmap_finish_oneChristoph Hellwig1-6/+3
2017-04-25xfs: fix integer truncation in xfs_bmap_remap_allocChristoph Hellwig1-1/+1
2017-04-12xfs: drop iolock from reclaim context to appease lockdepBrian Foster2-9/+8
2017-04-12xfs: remove custom do_div implementationsEric Sandeen1-85/+0
2017-04-12xfs: simplify xfs_calc_dquots_per_chunkEric Sandeen1-6/+1
2017-04-07xfs: actually report xattr extents via iomapDarrick J. Wong1-2/+2
2017-04-07xfs: fold __xfs_trans_roll into xfs_trans_rollChristoph Hellwig2-16/+2
2017-04-04xfs: report realtime space information via the rtbitmapDarrick J. Wong1-1/+119
2017-04-04xfs: have getfsmap fall back to the freesp btrees when rmap is not presentDarrick J. Wong1-3/+69
2017-04-04xfs: implement the GETFSMAP ioctlDarrick J. Wong12-0/+1048
2017-04-04xfs: add a couple of queries to iterate free extents in the rtbitmapDarrick J. Wong2-2/+90
2017-04-04xfs: create a function to query all records in a btreeDarrick J. Wong6-7/+57
2017-04-04xfs: provide a query_range function for freespace btreesDarrick J. Wong2-0/+52
2017-04-04xfs: plumb in needed functions for range querying of the freespace btreesDarrick J. Wong1-43/+129
2017-04-04vfs: add common GETFSMAP ioctl definitionsDarrick J. Wong1-0/+112
2017-04-04xfs: fix over-copying of getbmap parameters from userspaceDarrick J. Wong1-2/+3
2017-04-04xfs: Remove obsolete declaration of xfs_buf_get_emptyNikolay Borisov1-1/+0
2017-04-04xfs: fix up inode validation failure messageEric Sandeen1-1/+1
2017-04-04xfs: remove the ISUNWRITTEN macroChristoph Hellwig3-5/+4
2017-04-04xfs: factor out a xfs_bmap_is_real_extent helperChristoph Hellwig4-24/+20
2017-04-04xfs: use dedicated log worker wq to avoid deadlock with cil wqBrian Foster3-1/+10
2017-04-04xfs: fix kernel memory exposure problemsDarrick J. Wong1-1/+1
2017-04-04xfs: Honor FALLOC_FL_KEEP_SIZE when punching ends of filesCalvin Owens1-1/+9
2017-03-29xfs: rework the inline directory verifiersDarrick J. Wong5-56/+66
2017-03-27Linux 4.11-rc4v4.11-rc4Linus Torvalds1-1/+1
2017-03-26Merge tag 'char-misc-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds21-88/+111
2017-03-26Merge tag 'driver-core-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds1-1/+2
2017-03-26Merge tag 'tty-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds4-75/+30
2017-03-26Merge tag 'staging-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds5-9/+20
2017-03-26Merge tag 'usb-4.11-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds26-247/+141
2017-03-26Merge tag 'powerpc-4.11-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-14/+26
2017-03-26Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds6-50/+47
2017-03-26Merge tag 'fscrypt-for-linus_stable' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds7-71/+15
2017-03-26Merge tag 'hwmon-for-linus-v4.11-rc4' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds4-6/+24
2017-03-26Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/dledfo...Linus Torvalds18-69/+110
2017-03-26Merge branch 'stable-4.11' of git://git.infradead.org/users/pcmoore/auditLinus Torvalds3-255/+399
2017-03-26ext4: fix two spelling nitsTheodore Ts'o2-2/+2
2017-03-26ext4: lock the xattr block before checksuming itTheodore Ts'o1-34/+31
2017-03-25Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds8-8/+25
2017-03-25IB/qib: fix false-postive maybe-uninitialized warningArnd Bergmann1-1/+1
2017-03-25RDMA/iser: Fix possible mr leak on device removal eventSagi Grimberg2-3/+7
2017-03-25IB/device: Convert ib-comp-wq to be CPU-boundSagi Grimberg1-2/+1
2017-03-25IB/cq: Don't process more than the given budgetSagi Grimberg1-1/+7
2017-03-25IB/rxe: increment msn only when completing a requestDavid Marchand1-5/+4
2017-03-25uapi: fix rdma/mlx5-abi.h userspace compilation errorsDmitry V. Levin1-1/+2
2017-03-25IB/core: Restore I/O MMU, s390 and powerpc supportBart Van Assche2-19/+37
2017-03-25IB/rxe: Update documentation linkLeon Romanovsky1-1/+1
2017-03-25RDMA/ocrdma: fix a type issue in ocrdma_put_pd_num()Dan Carpenter1-1/+1
2017-03-25IB/rxe: double free on errorDan Carpenter1-1/+1
2017-03-25RDMA/vmw_pvrdma: Activate device on ethernet link upAditya Sarwade2-3/+12