aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * xfs: bmap scrub should only scrub records onceDarrick J. Wong2019-08-261-31/+46
| * xfs: remove excess function parameter description in 'xfs_btree_sblock_v5hdr_...zhengbin2019-08-261-2/+0
| * xfs: add kmem_alloc_io()Dave Chinner2019-08-266-22/+60
| * xfs: get allocation alignment from the buftargDave Chinner2019-08-261-0/+6
| * xfs: add kmem allocation trace pointsDave Chinner2019-08-264-9/+50
| * fs: xfs: Remove KM_NOSLEEP and KM_SLEEP.Tetsuo Handa2019-08-2646-109/+102
* | Merge tag 'vfs-5.4-merge-1' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds2019-09-186-18/+52
|\ \
| * | vfs: don't allow writes to swap filesDarrick J. Wong2019-08-206-3/+38
| * | mm: set S_SWAPFILE on blockdev swap devicesDarrick J. Wong2019-08-201-16/+15
* | | Merge tag 'ovl-fixes-5.3' of git://git.kernel.org/pub/scm/linux/kernel/git/ms...Linus Torvalds2019-09-185-30/+52
|\ \ \
| * | | ovl: filter of trusted xattr results in auditMark Salyzyn2019-09-111-1/+2
| * | | ovl: Fix dereferencing possible ERR_PTR()Ding Xiang2019-09-111-2/+1
| * | | ovl: fix regression caused by overlapping layers detectionAmir Goldstein2019-07-163-27/+49
* | | | Merge tag 'for-5.4-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/kdav...Linus Torvalds2019-09-1865-5499/+6066
|\ \ \ \
| * | | | btrfs: Relinquish CPUs in btrfs_compare_treesNikolay Borisov2019-09-091-0/+1
| * | | | btrfs: Don't assign retval of btrfs_try_tree_write_lock/btrfs_tree_read_lock_...Nikolay Borisov2019-09-091-6/+3
| * | | | btrfs: create structure to encode checksum type and lengthJohannes Thumshirn2019-09-092-18/+24
| * | | | btrfs: turn checksum type define into an enumJohannes Thumshirn2019-09-091-1/+3
| * | | | btrfs: add enospc debug messages for ticket failureJosef Bacik2019-09-091-7/+25
| * | | | btrfs: do not account global reserve in can_overcommitJosef Bacik2019-09-091-18/+1
| * | | | btrfs: use btrfs_try_granting_tickets in update_global_rsvJosef Bacik2019-09-091-0/+1
| * | | | btrfs: always reserve our entire size for the global reserveJosef Bacik2019-09-091-9/+4
| * | | | btrfs: change the minimum global reserve sizeJosef Bacik2019-09-091-1/+21
| * | | | btrfs: rename btrfs_space_info_add_old_bytesJosef Bacik2019-09-093-4/+5
| * | | | btrfs: remove orig_bytes from reserve_ticketJosef Bacik2019-09-092-9/+0
| * | | | btrfs: fix may_commit_transaction to deal with no partial fillingJosef Bacik2019-09-091-0/+12
| * | | | btrfs: rework wake_all_ticketsJosef Bacik2019-09-091-7/+49
| * | | | btrfs: refactor the ticket wakeup codeJosef Bacik2019-09-093-58/+20
| * | | | btrfs: stop partially refilling tickets when releasing spaceJosef Bacik2019-09-091-27/+16
| * | | | btrfs: add space reservation tracepoint for reserved bytesJosef Bacik2019-09-091-0/+2
| * | | | btrfs: roll tracepoint into btrfs_space_info_update helperJosef Bacik2019-09-096-34/+7
| * | | | btrfs: do not allow reservations if we have pending ticketsJosef Bacik2019-09-091-3/+7
| * | | | btrfs: stop clearing EXTENT_DIRTY in inode I/O treeOmar Sandoval2019-09-096-47/+30
| * | | | btrfs: treat RWF_{,D}SYNC writes as sync for CRCsOmar Sandoval2019-09-091-1/+1
| * | | | btrfs: use correct count in btrfs_file_write_iter()Omar Sandoval2019-09-091-1/+2
| * | | | btrfs: tie extent buffer and it's token togetherDavid Sterba2019-09-095-26/+20
| * | | | btrfs: assume valid token for btrfs_set/get_token helpersDavid Sterba2019-09-091-12/+12
| * | | | btrfs: define separate btrfs_set/get_XX helpersDavid Sterba2019-09-092-11/+55
| * | | | btrfs: Make btrfs_find_name_in_ext_backref return struct btrfs_inode_extrefNikolay Borisov2019-09-093-32/+22
| * | | | btrfs: Make btrfs_find_name_in_backref return btrfs_inode_ref structNikolay Borisov2019-09-093-22/+21
| * | | | btrfs: move dev_stats helpers to volumes.cDavid Sterba2019-09-092-24/+23
| * | | | btrfs: move struct io_ctl to free-space-cache.hDavid Sterba2019-09-093-15/+15
| * | | | btrfs: move functions for tree compare to send.cDavid Sterba2019-09-093-376/+374
| * | | | btrfs: rename and export read_node_slotDavid Sterba2019-09-092-11/+14
| * | | | btrfs: move private raid56 definitions from ctree.hDavid Sterba2019-09-092-16/+16
| * | | | btrfs: move math functions to misc.hDavid Sterba2019-09-097-33/+21
| * | | | btrfs: move cond_wake_up functions out of ctreeDavid Sterba2019-09-0912-22/+43
| * | | | btrfs: use proper error values on allocation failure in clone_fs_devicesAnand Jain2019-09-091-2/+6
| * | | | btrfs: proper error handling when invalid device is found in find_next_devidAnand Jain2019-09-091-1/+6
| * | | | btrfs: fix allocation of free space cache v1 bitmap pagesChristophe Leroy2019-09-093-7/+22