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
/
xfs
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-27
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
1
-4
/
+5
2016-05-27
switch xattr_handler->set() to passing dentry and inode separately
Al Viro
1
-4
/
+5
2016-05-26
Merge tag 'dax-misc-for-4.7' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
3
-22
/
+12
2016-05-26
Merge tag 'xfs-for-linus-4.7-rc1' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
48
-1134
/
+1293
2016-05-20
Merge branch 'xfs-4.7-inode-reclaim' into for-next
Dave Chinner
4
-199
/
+250
2016-05-20
Merge branch 'xfs-4.7-error-cfg' into for-next
Dave Chinner
8
-54
/
+450
2016-05-20
Merge branch 'xfs-4.7-misc-fixes' into for-next
Dave Chinner
10
-29
/
+32
2016-05-20
Merge branch 'xfs-4.7-cleanup-attr-listent' into for-next
Dave Chinner
3
-67
/
+39
2016-05-20
Merge branch 'xfs-4.7-optimise-inline-symlinks' into for-next
Dave Chinner
9
-84
/
+125
2016-05-20
Merge branch 'xfs-4.7-trans-type-cleanup' into for-next
Dave Chinner
28
-508
/
+200
2016-05-20
Merge branch 'xfs-4.7-writeback-bio' into for-next
Dave Chinner
3
-191
/
+184
2016-05-20
xfs: fix warning in xfs_finish_page_writeback for non-debug builds
Christoph Hellwig
1
-3
/
+2
2016-05-18
dax: use sb_issue_zerout instead of calling dax_clear_sectors
Matthew Wilcox
1
-11
/
+4
2016-05-18
Merge branch 'work.lookups' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-9
/
+14
2016-05-18
xfs: concurrent readdir hangs on data buffer locks
Dave Chinner
1
-9
/
+14
2016-05-18
xfs: move reclaim tagging functions
Dave Chinner
1
-118
/
+116
2016-05-18
xfs: simplify inode reclaim tagging interfaces
Dave Chinner
1
-48
/
+50
2016-05-18
xfs: rename variables in xfs_iflush_cluster for clarity
Dave Chinner
1
-37
/
+37
2016-05-18
xfs: xfs_iflush_cluster has range issues
Dave Chinner
1
-2
/
+11
2016-05-18
xfs: mark reclaimed inodes invalid earlier
Dave Chinner
2
-12
/
+47
2016-05-18
xfs: xfs_inode_free() isn't RCU safe
Dave Chinner
1
-7
/
+7
2016-05-18
xfs: optimise xfs_iext_destroy
Alex Lyakas
1
-8
/
+19
2016-05-18
xfs: skip stale inodes in xfs_iflush_cluster
Dave Chinner
1
-0
/
+1
2016-05-18
xfs: fix inode validity check in xfs_iflush_cluster
Dave Chinner
1
-4
/
+4
2016-05-18
xfs: xfs_iflush_cluster fails to abort on error
Dave Chinner
1
-4
/
+13
2016-05-18
xfs: remove xfs_fs_evict_inode()
Dave Chinner
1
-21
/
+7
2016-05-18
xfs: add "fail at unmount" error handling configuration
Carlos Maiolino
4
-0
/
+64
2016-05-18
xfs: add configuration handlers for specific errors
Carlos Maiolino
2
-1
/
+24
2016-05-18
xfs: add configuration of error failure speed
Carlos Maiolino
4
-7
/
+111
2016-05-18
xfs: introduce table-based init for error behaviors
Carlos Maiolino
1
-12
/
+60
2016-05-18
xfs: add configurable error support to metadata buffers
Carlos Maiolino
5
-46
/
+88
2016-05-18
xfs: introduce metadata IO error class
Carlos Maiolino
2
-0
/
+37
2016-05-18
xfs: configurable error behavior via sysfs
Carlos Maiolino
4
-2
/
+84
2016-05-18
xfs: buffer ->bi_end_io function requires irq-safe lock
Brian Foster
1
-8
/
+4
2016-05-17
Merge branch 'work.preadv2' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
2
-18
/
+12
2016-05-17
xfs: Add alignment check for DAX mount
Toshi Kani
1
-7
/
+5
2016-05-16
dax: Remove complete_unwritten argument
Jan Kara
1
-4
/
+3
2016-05-02
simple local filesystems: switch to ->iterate_shared()
Al Viro
1
-1
/
+1
2016-05-02
Merge getxattr prototype change into work.lookups
Al Viro
2
-17
/
+9
2016-05-01
fs: simplify the generic_write_sync prototype
Christoph Hellwig
1
-5
/
+1
2016-05-01
fs: add IOCB_SYNC and IOCB_DSYNC
Christoph Hellwig
1
-1
/
+1
2016-05-01
direct-io: eliminate the offset argument to ->direct_IO
Christoph Hellwig
2
-5
/
+4
2016-05-01
xfs: eliminate the pos variable in xfs_file_dio_aio_write
Christoph Hellwig
1
-9
/
+8
2016-04-10
xattr_handler: pass dentry and inode as separate arguments of ->get()
Al Viro
1
-3
/
+3
2016-04-06
xfs: mute some sparse warnings
Eryu Guan
3
-2
/
+4
2016-04-06
xfs: improve kmem_realloc
Christoph Hellwig
5
-21
/
+20
2016-04-06
xfs: Add caller function output to xfs_log_force tracepoint
Carlos Maiolino
2
-6
/
+8
2016-04-06
xfs: remove transaction types
Christoph Hellwig
8
-162
/
+10
2016-04-06
xfs: better xfs_trans_alloc interface
Christoph Hellwig
22
-347
/
+191
2016-04-06
xfs: optimize bio handling in the buffer writeback path
Christoph Hellwig
3
-165
/
+123
[next]