index
:
linux.git
arm64-uaccess
link_path_walk
linus
master
mmu_gather-race-fix
proc-cmdline
runtime-constants
tty-splice
word-at-a-time
x86-rep-insns
x86-uaccess-cleanup
Linux kernel mainline tree
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
/
xfs
Commit message (
Expand
)
Author
Age
Files
Lines
*
xfs: fix multi-AG deadlock in xfs_bunmapi
Christoph Hellwig
2017-07-26
1
-0
/
+12
*
xfs: check that dir block entries don't off the end of the buffer
Darrick J. Wong
2017-07-25
1
-0
/
+4
*
xfs: fix quotacheck dquot id overflow infinite loop
Brian Foster
2017-07-24
1
-0
/
+3
*
xfs: check _alloc_read_agf buffer pointer before using
Darrick J. Wong
2017-07-20
2
-0
/
+6
*
xfs: set firstfsb to NULLFSBLOCK before feeding it to _bmapi_write
Darrick J. Wong
2017-07-20
2
-1
/
+10
*
xfs: check _btree_check_block value
Darrick J. Wong
2017-07-20
1
-2
/
+4
*
Merge tag 'xfs-4.13-merge-6' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-07-14
5
-13
/
+11
|
\
|
*
Revert "xfs: grab dquots without taking the ilock"
Christoph Hellwig
2017-07-13
2
-12
/
+4
|
*
xfs: assert locking precondition in xfs_readlink_bmap_ilocked
Christoph Hellwig
2017-07-13
1
-0
/
+2
|
*
xfs: assert locking precondŃ–tion in xfs_attr_list_int_ilocked
Christoph Hellwig
2017-07-13
1
-0
/
+2
|
*
xfs: fixup xfs_attr_get_ilocked
Christoph Hellwig
2017-07-13
1
-1
/
+3
*
|
xfs: map KM_MAYFAIL to __GFP_RETRY_MAYFAIL
Michal Hocko
2017-07-12
1
-0
/
+10
*
|
Merge tag 'xfs-4.13-merge-5' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-07-10
108
-1855
/
+1892
|
\
|
|
*
xfs: don't crash on unexpected holes in dir/attr btrees
Darrick J. Wong
2017-07-07
4
-5
/
+5
|
*
xfs: rename MAXPATHLEN to XFS_SYMLINK_MAXLEN
Darrick J. Wong
2017-07-07
6
-8
/
+8
|
*
xfs: fix contiguous dquot chunk iteration livelock
Brian Foster
2017-07-05
1
-2
/
+7
|
*
xfs: Switch to iomap for SEEK_HOLE / SEEK_DATA
Christoph Hellwig
2017-07-02
2
-364
/
+14
|
*
xfs: remove a whitespace-only line from xfs_fs_get_nextdqblk
Christoph Hellwig
2017-07-01
1
-1
/
+0
|
*
xfs: rewrite xfs_dq_get_next_id using xfs_iext_lookup_extent
Christoph Hellwig
2017-07-01
1
-44
/
+22
|
*
xfs: Check for m_errortag initialization in xfs_errortag_test
Carlos Maiolino
2017-07-01
1
-0
/
+11
|
*
xfs: grab dquots without taking the ilock
Darrick J. Wong
2017-06-27
2
-4
/
+12
|
*
xfs: fix semicolon.cocci warnings
kbuild test robot
2017-06-27
1
-1
/
+1
|
*
xfs: Don't clear SGID when inheriting ACLs
Jan Kara
2017-06-27
3
-5
/
+6
|
*
xfs: free cowblocks and retry on buffered write ENOSPC
Brian Foster
2017-06-27
1
-0
/
+1
|
*
xfs: replace log_badcrc_factor knob with error injection tag
Brian Foster
2017-06-27
4
-41
/
+7
|
*
xfs: convert drop_writes to use the errortag mechanism
Darrick J. Wong
2017-06-27
5
-68
/
+15
|
*
xfs: remove unneeded parameter from XFS_TEST_ERROR
Darrick J. Wong
2017-06-27
13
-40
/
+26
|
*
xfs: expose errortag knobs via sysfs
Darrick J. Wong
2017-06-27
3
-1
/
+157
|
*
xfs: make errortag a per-mountpoint structure
Darrick J. Wong
2017-06-27
5
-89
/
+111
|
*
xfs: free uncommitted transactions during log recovery
Brian Foster
2017-06-24
1
-1
/
+20
|
*
xfs: don't allow bmap on rt files
Darrick J. Wong
2017-06-20
1
-2
/
+5
|
*
xfs: allow reading of already-locked remote symbolic link
Darrick J. Wong
2017-06-20
2
-3
/
+4
|
*
xfs: pass along transaction context when reading xattr block buffers
Darrick J. Wong
2017-06-20
4
-36
/
+57
|
*
xfs: pass along transaction context when reading directory block buffers
Darrick J. Wong
2017-06-20
3
-7
/
+14
|
*
xfs: return the hash value of a leaf1 directory block
Darrick J. Wong
2017-06-20
3
-10
/
+12
|
*
xfs: refactor the ifork block counting function
Darrick J. Wong
2017-06-20
2
-43
/
+70
|
*
xfs: make _bmap_count_blocks consistent wrt delalloc extent behavior
Darrick J. Wong
2017-06-20
1
-10
/
+13
|
*
xfs: separate function to check if inode shares extents
Darrick J. Wong
2017-06-19
2
-36
/
+54
|
*
xfs: reflink find shared should take a transaction
Darrick J. Wong
2017-06-19
3
-12
/
+13
|
*
xfs: check if an inode is cached and allocated
Darrick J. Wong
2017-06-19
2
-2
/
+54
|
*
xfs: export _inobt_btrec_to_irec and _ialloc_cluster_alignment for scrub
Darrick J. Wong
2017-06-19
2
-17
/
+32
|
*
xfs: plumb in needed functions for range querying of various btrees
Darrick J. Wong
2017-06-19
2
-0
/
+48
|
*
xfs: export various function for the online scrubber
Darrick J. Wong
2017-06-19
14
-12
/
+41
|
*
xfs: always compile the btree inorder check functions
Darrick J. Wong
2017-06-19
6
-26
/
+0
|
*
xfs: remove double-underscore integer types
Darrick J. Wong
2017-06-19
61
-642
/
+634
|
*
xfs: optimize _btree_query_all
Darrick J. Wong
2017-06-19
1
-5
/
+7
|
*
xfs: remove bli from AIL before release on transaction abort
Brian Foster
2017-06-19
1
-9
/
+12
|
*
xfs: release bli from transaction properly on fs shutdown
Brian Foster
2017-06-19
1
-7
/
+14
|
*
xfs: avoid harmless gcc-7 warnings
Arnd Bergmann
2017-06-19
1
-2
/
+2
|
*
xfs: remove lsn relevant fields from xfs_trans structure and its users
Shan Hai
2017-06-19
3
-26
/
+4
[next]