Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/fs/xfs
AgeCommit message (Expand)Author
2017-08-04xfs: Fix per-inode DAX flag inheritanceLukas Czerner
2017-08-04xfs: Fix leak of discard bioJan Kara
2017-07-26xfs: fix multi-AG deadlock in xfs_bunmapiChristoph Hellwig
2017-07-25xfs: check that dir block entries don't off the end of the bufferDarrick J. Wong
2017-07-24xfs: fix quotacheck dquot id overflow infinite loopBrian Foster
2017-07-21xfs: check _alloc_read_agf buffer pointer before usingDarrick J. Wong
2017-07-21xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_writeDarrick J. Wong
2017-07-21xfs: check _btree_check_block valueDarrick J. Wong
2017-07-15Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-14Revert "xfs: grab dquots without taking the ilock"Christoph Hellwig
2017-07-14xfs: assert locking precondition in xfs_readlink_bmap_ilockedChristoph Hellwig
2017-07-14xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilockedChristoph Hellwig
2017-07-14xfs: fixup xfs_attr_get_ilockedChristoph Hellwig
2017-07-13xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAILMichal Hocko
2017-07-10Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-07-08Merge tag 'for-linus-v4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-08xfs: don't crash on unexpected holes in dir/attr btreesDarrick J. Wong
2017-07-07xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLENDarrick J. Wong
2017-07-06Merge branch 'for-4.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/p...Linus Torvalds
2017-07-06xfs: minimal conversion to errseq_t writeback error reportingJeff Layton
2017-07-05xfs: fix contiguous dquot chunk iteration livelockBrian Foster
2017-07-03Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03Merge tag 'uuid-for-4.13' of git://git.infradead.org/users/hch/uuidLinus Torvalds
2017-07-03xfs: Switch to iomap for SEEK_HOLE / SEEK_DATAChristoph Hellwig
2017-07-02xfs: remove a whitespace-only line from xfs_fs_get_nextdqblkChristoph Hellwig
2017-07-02xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extentChristoph Hellwig
2017-07-02xfs: Check for m_errortag initialization in xfs_errortag_testCarlos Maiolino
2017-06-28xfs: grab dquots without taking the ilockDarrick J. Wong
2017-06-28xfs: fix semicolon.cocci warningskbuild test robot
2017-06-28xfs: Don't clear SGID when inheriting ACLsJan Kara
2017-06-28xfs: free cowblocks and retry on buffered write ENOSPCBrian Foster
2017-06-28xfs: replace log_badcrc_factor knob with error injection tagBrian Foster
2017-06-28xfs: convert drop_writes to use the errortag mechanismDarrick J. Wong
2017-06-28xfs: remove unneeded parameter from XFS_TEST_ERRORDarrick J. Wong
2017-06-28xfs: expose errortag knobs via sysfsDarrick J. Wong
2017-06-28xfs: make errortag a per-mountpoint structureDarrick J. Wong
2017-06-27xfs: add support for passing in write hints for buffered writesJens Axboe
2017-06-24xfs: free uncommitted transactions during log recoveryBrian Foster
2017-06-24Merge branch 'linus' into sched/core, to pick up fixesIngo Molnar
2017-06-23Merge tag 'xfs-4.12-fixes-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linuxLinus Torvalds
2017-06-22xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-20percpu_counter: Rename __percpu_counter_add to percpu_counter_add_batchNikolay Borisov
2017-06-20xfs: don't allow bmap on rt filesDarrick J. Wong
2017-06-20xfs: allow reading of already-locked remote symbolic linkDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading xattr block buffersDarrick J. Wong
2017-06-20xfs: pass along transaction context when reading directory block buffersDarrick J. Wong
2017-06-20xfs: return the hash value of a leaf1 directory blockDarrick J. Wong
2017-06-20xfs: refactor the ifork block counting functionDarrick J. Wong
2017-06-20xfs: make _bmap_count_blocks consistent wrt delalloc extent behaviorDarrick J. Wong