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
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
*
xfs: remove XFS_HSIZE
Christoph Hellwig
2017-06-19
2
-6
/
+1
*
xfs: dump transaction usage details on log reservation overrun
Brian Foster
2017-06-19
3
-6
/
+68
*
xfs: refactor xlog_cil_insert_items() to facilitate transaction dump
Brian Foster
2017-06-19
1
-30
/
+32
*
xfs: separate shutdown from ticket reservation print helper
Brian Foster
2017-06-19
2
-7
/
+9
*
xfs: define fatal assert build time tunable
Brian Foster
2017-06-19
3
-2
/
+22
*
xfs: define bug_on_assert debug mode sysfs tunable
Brian Foster
2017-06-19
4
-1
/
+40
*
xfs: try to avoid blowing out the transaction reservation when bunmaping a sh...
Darrick J. Wong
2017-06-19
7
-23
/
+73
*
xfs: refactor dir2 leaf readahead shadow buffer cleverness
Darrick J. Wong
2017-06-19
1
-234
/
+84
*
xfs: push buffer of flush locked dquot to avoid quotacheck deadlock
Brian Foster
2017-06-19
4
-1
/
+89
*
mm: larger stack guard gap, between vmas
Hugh Dickins
2017-06-19
2
-5
/
+1
*
Merge tag 'ceph-for-4.12-rc6' of git://github.com/ceph/ceph-client
Linus Torvalds
2017-06-18
4
-6
/
+8
|
\
|
*
ceph: unify inode i_ctime update
Yan, Zheng
2017-06-14
2
-3
/
+3
|
*
ceph: use current_kernel_time() to get request time stamp
Yan, Zheng
2017-06-14
1
-3
/
+1
|
*
ceph: check i_nlink while converting a file handle to dentry
Luis Henriques
2017-06-14
1
-0
/
+4
*
|
Merge tag 'xfs-4.12-fixes-4' of git://git.kernel.org/pub/scm/fs/xfs/xfs-linux
Linus Torvalds
2017-06-17
2
-4
/
+3
|
\
\
|
*
|
xfs: fix spurious spin_is_locked() assert failures on non-smp kernels
Brian Foster
2017-06-08
2
-4
/
+3
*
|
|
Merge branch 'ufs-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-06-17
6
-68
/
+98
|
\
\
\
|
*
|
|
ufs_truncate_blocks(): fix the case when size is in the last direct block
Al Viro
2017-06-15
1
-9
/
+12
|
*
|
|
ufs: more deadlock prevention on tail unpacking
Al Viro
2017-06-15
1
-1
/
+1
|
*
|
|
ufs: avoid grabbing ->truncate_mutex if possible
Al Viro
2017-06-15
2
-10
/
+26
|
*
|
|
ufs_get_locked_page(): make sure we have buffer_heads
Al Viro
2017-06-14
1
-9
/
+8
|
*
|
|
ufs: fix s_size/s_dsize users
Al Viro
2017-06-14
4
-24
/
+19
|
*
|
|
ufs: fix reserved blocks check
Al Viro
2017-06-14
1
-4
/
+6
|
*
|
|
ufs: make ufs_freespace() return signed
Al Viro
2017-06-14
1
-2
/
+2
|
*
|
|
ufs: fix logics in "ufs: make fsck -f happy"
Al Viro
2017-06-14
1
-13
/
+28
*
|
|
|
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2017-06-17
2
-6
/
+6
|
\
\
\
\
|
*
|
|
|
fs: don't forget to put old mntns in mntns_install
Andrei Vagin
2017-06-15
1
-0
/
+2
|
*
|
|
|
Hang/soft lockup in d_invalidate with simultaneous calls
Al Viro
2017-06-15
1
-6
/
+4
|
|
|
_
|
/
|
|
/
|
|
[next]