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
2015-02-17
fs: fat: use MSDOS_SB macro to get msdos_sb_info
Fred Chou
1
-1
/
+1
2015-02-17
fs/reiserfs/inode.c: replace 0 by NULL for pointers
Fabian Frederick
1
-1
/
+1
2015-02-17
fs/ufs/super.c: fix potential race condition
Fabian Frederick
1
-4
/
+0
2015-02-17
fs/ufs/super.c: remove unnecessary casting
Fabian Frederick
1
-1
/
+3
2015-02-17
fs/coda/dir.c: forward declaration clean-up
Fabian Frederick
1
-82
/
+56
2015-02-17
fs/befs/linuxvfs.c: remove unnecessary casting
Fabian Frederick
1
-3
/
+3
2015-02-16
ocfs2: set append dio as a ro compat feature
Joseph Qi
3
-2
/
+31
2015-02-16
ocfs2: wait for orphan recovery first once append O_DIRECT write crash
Joseph Qi
4
-0
/
+43
2015-02-16
ocfs2: complete the rest request through buffer io
Joseph Qi
1
-1
/
+42
2015-02-16
ocfs2: do not fallback to buffer I/O write if appending
Joseph Qi
1
-1
/
+4
2015-02-16
ocfs2: allocate blocks in ocfs2_direct_IO_get_blocks
Joseph Qi
1
-3
/
+42
2015-02-16
ocfs2: implement ocfs2_direct_IO_write
Joseph Qi
2
-3
/
+204
2015-02-16
ocfs2: add orphan recovery types in ocfs2_recover_orphans
Joseph Qi
2
-20
/
+93
2015-02-16
ocfs2: add functions to add and remove inode in orphan dir
Joseph Qi
5
-30
/
+238
2015-02-16
ocfs2: prepare some interfaces used in append direct io
Joseph Qi
2
-2
/
+18
2015-02-16
dax: does not work correctly with virtual aliasing caches
Matthew Wilcox
1
-0
/
+1
2015-02-16
ext4: add DAX functionality
Ross Zwisler
6
-37
/
+174
2015-02-16
dax: add dax_zero_page_range
Matthew Wilcox
1
-6
/
+32
2015-02-16
ext2: get rid of most mentions of XIP in ext2
Matthew Wilcox
5
-23
/
+31
2015-02-16
ext2: remove ext2_aops_xip
Matthew Wilcox
3
-9
/
+3
2015-02-16
vfs,ext2: remove CONFIG_EXT2_FS_XIP and rename CONFIG_FS_XIP to CONFIG_FS_DAX
Matthew Wilcox
6
-24
/
+20
2015-02-16
ext2: remove xip.c and xip.h
Matthew Wilcox
6
-35
/
+0
2015-02-16
ext2: remove ext2_use_xip
Matthew Wilcox
3
-3
/
+7
2015-02-16
ext2: remove ext2_xip_verify_sb()
Matthew Wilcox
3
-35
/
+12
2015-02-16
vfs: remove get_xip_mem
Matthew Wilcox
5
-54
/
+1
2015-02-16
dax,ext2: replace xip_truncate_page with dax_truncate_page
Matthew Wilcox
2
-1
/
+45
2015-02-16
dax,ext2: replace the XIP page fault handler with the DAX page fault handler
Matthew Wilcox
2
-2
/
+273
2015-02-16
dax,ext2: replace ext2_clear_xip_target with dax_clear_blocks
Matthew Wilcox
4
-20
/
+42
2015-02-16
dax,ext2: replace XIP read and write with DAX I/O
Matthew Wilcox
4
-3
/
+198
2015-02-16
vfs,ext2: introduce IS_DAX(inode)
Matthew Wilcox
2
-5
/
+6
2015-02-15
Merge tag 'driver-core-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2015-02-15
Merge branch 'for-linus-v3.20' of git://git.infradead.org/linux-ubifs
Linus Torvalds
7
-12
/
+148
2015-02-13
fs: dcache: manually unpoison dname after allocation to shut up kasan's reports
Andrey Ryabinin
1
-0
/
+5
2015-02-13
epoll: optimize setting task running after blocking
Davidlohr Bueso
1
-2
/
+2
2015-02-13
bitmap, cpumask, nodemask: remove dedicated formatting functions
Tejun Heo
1
-32
/
+0
2015-02-13
proc: use %*pb[l] to print bitmaps including cpumasks and nodemasks
Tejun Heo
1
-6
/
+4
2015-02-13
fs/namespace: convert devname allocation to kstrdup_const
Andrzej Hajda
1
-3
/
+3
2015-02-13
kernfs: remove KERNFS_STATIC_NAME
Tejun Heo
3
-17
/
+9
2015-02-13
kernfs: convert node name allocation to kstrdup_const
Andrzej Hajda
1
-6
/
+6
2015-02-12
Merge tag 'for-f2fs-3.20' of git://git.kernel.org/pub/scm/linux/kernel/git/ja...
Linus Torvalds
22
-481
/
+986
2015-02-12
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
14
-114
/
+103
2015-02-12
all arches, signal: move restart_block to struct task_struct
Andy Lutomirski
1
-1
/
+1
2015-02-12
fs/proc/array.c: convert to use string_escape_str()
Andy Shevchenko
1
-27
/
+7
2015-02-12
fs: proc: task_mmu: show page size in /proc/<pid>/numa_maps
Rafael Aquini
1
-0
/
+2
2015-02-12
fs: proc: use PDE() to get proc_dir_entry
Alexander Kuleshov
2
-2
/
+2
2015-02-12
fs/proc/task_mmu.c: add user-space support for resetting mm->hiwater_rss (pea...
Petr Cermak
1
-0
/
+14
2015-02-12
list_lru: add helpers to isolate items
Vladimir Davydov
5
-20
/
+25
2015-02-12
fs: shrinker: always scan at least one object of each type
Vladimir Davydov
1
-3
/
+6
2015-02-12
fs: make shrinker memcg aware
Vladimir Davydov
1
-3
/
+3
2015-02-12
list_lru: organize all list_lrus to list
Vladimir Davydov
1
-0
/
+8
[next]