aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fs/xfs (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-07-14Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds5-13/+11
2017-07-13Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig2-12/+4
2017-07-13xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig1-0/+2
2017-07-13xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig1-0/+2
2017-07-13xfs: fixup xfs_attr_get_ilockedChristoph Hellwig1-1/+3
2017-07-12xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko1-0/+10
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds108-1855/+1892
2017-07-07Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/jlayton/linuxLinus Torvalds1-1/+1
2017-07-07xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong4-5/+5
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong6-8/+8
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpuLinus Torvalds1-2/+2
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton1-1/+1
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster1-2/+7
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-6/+6
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds5-12/+61
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds7-117/+16
2017-07-02xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig2-364/+14
2017-07-01xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig1-1/+0
2017-07-01xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig1-44/+22
2017-07-01xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino1-0/+11
2017-06-27xfs: grab dquots without taking the ilockDarrick J. Wong2-4/+12
2017-06-27xfs: fix semicolon.cocci warningskbuild test robot1-1/+1
2017-06-27xfs: Don't clear SGID when inheriting ACLsJan Kara3-5/+6
2017-06-27xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster1-0/+1
2017-06-27xfs: replace log_badcrc_factor knob with error injection tagBrian Foster4-41/+7
2017-06-27xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong5-68/+15
2017-06-27xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong13-40/+26
2017-06-27xfs: expose errortag knobs via sysfsDarrick J. Wong3-1/+157
2017-06-27xfs: make errortag a per-mountpoint structureDarrick J. Wong5-89/+111
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe1-0/+2
2017-06-24xfs: free uncommitted transactions during log recoveryBrian Foster1-1/+20
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar1-2/+5
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds1-2/+5
2017-06-21xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov1-2/+2
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong1-2/+5
2017-06-20xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong2-3/+4
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong4-36/+57
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong3-7/+14
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong3-10/+12
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong2-43/+70
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong1-10/+13
2017-06-20xfs: nowait aio supportGoldwyn Rodrigues2-6/+48
2017-06-20sched/wait: Standardize 'struct wait_bit_queue' wait-queue entry field nameIngo Molnar2-6/+6
2017-06-19xfs: separate function to check if inode shares extentsDarrick J. Wong2-36/+54
2017-06-19xfs: reflink find shared should take a transactionDarrick J. Wong3-12/+13
2017-06-19xfs: check if an inode is cached and allocatedDarrick J. Wong2-2/+54
2017-06-19xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrubDarrick J. Wong2-17/+32
2017-06-19xfs: plumb in needed functions for range querying of various btreesDarrick J. Wong2-0/+48
2017-06-19xfs: export various function for the online scrubberDarrick J. Wong14-12/+41