index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-01-05
Merge branch 'xfs-dax-fixes-for-4.5' into for-next
Dave Chinner
2
-12
/
+24
2016-01-05
Merge branch 'xfs-misc-fixes-for-4.5' into for-next
Dave Chinner
28
-83
/
+126
2016-01-05
xfs: debug mode log record crc error injection
Brian Foster
3
-7
/
+77
2016-01-05
xfs: detect and trim torn writes during log recovery
Brian Foster
1
-20
/
+289
2016-01-04
xfs: fix recursive splice read locking with DAX
Dave Chinner
1
-9
/
+16
2016-01-04
xfs: Don't use reserved blocks for data blocks with DAX
Dave Chinner
1
-3
/
+8
2016-01-04
XFS: Use a signed return type for suffix_kstrtoint()
Markus Elfring
1
-1
/
+1
2016-01-04
libxfs: refactor short btree block verification
Darrick J. Wong
4
-54
/
+67
2016-01-04
libxfs: pack the agfl header structure so XFS_AGFL_SIZE is correct
Darrick J. Wong
1
-1
/
+1
2016-01-04
libxfs: use a convenience variable instead of open-coding the fork
Darrick J. Wong
1
-11
/
+12
2016-01-04
xfs: fix log ticket type printing
Darrick J. Wong
1
-2
/
+4
2016-01-04
libxfs: make xfs_alloc_fix_freelist non-static
Darrick J. Wong
2
-1
/
+2
2016-01-04
xfs: make xfs_buf_ioend_async() static
Alexander Kuleshov
1
-1
/
+1
2016-01-04
xfs: send warning of project quota to userspace via netlink
Masatake YAMATO
1
-5
/
+9
2016-01-04
xfs: get mp from bma->ip in xfs_bmap code
Eric Sandeen
1
-2
/
+2
2016-01-04
xfs: print name of verifier if it fails
Eric Sandeen
18
-2
/
+24
2016-01-04
libxfs: Optimize the loop for xfs_bitmap_empty
Jia He
1
-3
/
+3
2016-01-04
xfs: refactor log record start detection into a new helper
Brian Foster
1
-35
/
+83
2016-01-04
xfs: support a crc verification only log record pass
Brian Foster
2
-5
/
+20
2016-01-04
xfs: return start block of first bad log record during recovery
Brian Foster
1
-4
/
+16
2016-01-04
xfs: refactor and open code log record crc check
Brian Foster
1
-46
/
+26
2016-01-04
xfs: refactor log record unpack and data processing
Brian Foster
1
-12
/
+23
2016-01-04
xfs: detect and handle invalid iclog size set by mkfs
Brian Foster
1
-1
/
+25
2015-12-29
ocfs2/dlm: clear migration_pending when migration target goes down
xuejiufei
1
-0
/
+2
2015-12-29
ocfs2: fix flock panic issue
Junxiao Bi
1
-1
/
+4
2015-12-29
ocfs2: fix BUG when calculate new backup super
Joseph Qi
1
-3
/
+12
2015-12-22
Merge tag 'nfsd-4.4-1' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+1
2015-12-18
Merge branch 'for-linus-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
6
-15
/
+29
2015-12-18
proc: fix -ESRCH error when writing to /proc/$pid/coredump_filter
Colin Ian King
1
-0
/
+1
2015-12-16
nfsd: don't hold ls_mutex across a layout recall
Jeff Layton
1
-1
/
+1
2015-12-15
Merge branch 'for-chris-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git...
Chris Mason
5
-8
/
+10
2015-12-15
Btrfs: check prepare_uptodate_page() error code earlier
Chris Mason
1
-4
/
+14
2015-12-15
Btrfs: check for empty bitmap list in setup_cluster_bitmaps
Chris Mason
1
-3
/
+5
2015-12-13
sched/wait: Fix the signal handling fix
Peter Zijlstra
5
-10
/
+10
2015-12-13
Merge tag 'nfs-for-4.4-3' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
Linus Torvalds
1
-5
/
+2
2015-12-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
3
-11
/
+3
2015-12-12
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+6
2015-12-12
ocfs2: fix SGID not inherited issue
Junxiao Bi
1
-3
/
+1
2015-12-12
osd fs: __r4w_get_page rely on PageUptodate for uptodate
Hugh Dickins
2
-8
/
+2
2015-12-11
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
2
-1
/
+3
2015-12-10
btrfs: fix misleading warning when space cache failed to load
Holger Hoffstätte
1
-1
/
+1
2015-12-10
Btrfs: fix transaction handle leak in balance
Filipe Manana
1
-2
/
+1
2015-12-10
Btrfs: fix unprotected list move from unused_bgs to deleted_bgs list
Filipe Manana
3
-5
/
+8
2015-12-09
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+3
2015-12-08
fix the regression from "direct-io: Fix negative return from dio read beyond ...
Al Viro
1
-0
/
+1
2015-12-08
9p: ->evict_inode() should kick out ->i_data, not ->i_mapping
Al Viro
1
-2
/
+2
2015-12-07
SUNRPC: Fix callback channel
Trond Myklebust
1
-5
/
+2
2015-12-07
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
5
-13
/
+56
2015-12-06
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
4
-31
/
+15
2015-12-06
Don't reset ->total_link_count on nested calls of vfs_path_lookup()
Al Viro
1
-1
/
+0
[next]