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
2014-01-13
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
Greg Kroah-Hartman
1
-0
/
+3
2014-01-11
kernfs: remove unnecessary NULL check in __kernfs_remove()
Tejun Heo
1
-3
/
+0
2014-01-10
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
1
-92
/
+0
2014-01-10
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
2
-0
/
+95
2014-01-10
kernfs: implement kernfs_{de|re}activate[_self]()
Tejun Heo
1
-1
/
+117
2014-01-10
kernfs: make kernfs_get_active() block if the node is deactivated but not rem...
Tejun Heo
1
-4
/
+21
2014-01-10
kernfs: remove kernfs_addrm_cxt
Tejun Heo
4
-117
/
+29
2014-01-10
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
Tejun Heo
3
-14
/
+35
2014-01-10
kernfs: restructure removal path to fix possible premature return
Tejun Heo
1
-53
/
+86
2014-01-10
kernfs: remove KERNFS_REMOVED
Tejun Heo
4
-42
/
+60
2014-01-10
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
1
-11
/
+20
2014-01-10
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
1
-16
/
+11
2014-01-10
kernfs: fix get_active failure handling in kernfs_seq_*()
Tejun Heo
1
-7
/
+44
2013-12-24
Merge 3.13-rc5 into staging-next
Greg Kroah-Hartman
27
-269
/
+409
2013-12-22
Merge git://git.kvack.org/~bcrl/aio-next
Linus Torvalds
1
-9
/
+46
2013-12-22
aio: clean up and fix aio_setup_ring page mapping
Linus Torvalds
1
-35
/
+23
2013-12-21
aio/migratepages: make aio migrate pages sane
Benjamin LaHaise
1
-8
/
+44
2013-12-21
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
Benjamin LaHaise
1
-1
/
+2
2013-12-20
Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
10
-83
/
+167
2013-12-20
pstore: Don't allow high traffic options on fragile devices
Luck, Tony
1
-2
/
+5
2013-12-18
Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-5
/
+3
2013-12-17
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sag...
Linus Torvalds
2
-80
/
+64
2013-12-17
kernfs: add kernfs_dir_ops
Tejun Heo
2
-2
/
+44
2013-12-17
kernfs: allow negative dentries
Tejun Heo
1
-24
/
+13
2013-12-17
kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME
Tejun Heo
1
-1
/
+5
2013-12-17
kernfs: mark static names with KERNFS_STATIC_NAME
Tejun Heo
4
-15
/
+22
2013-12-17
kernfs: add REMOVED check to create and rename paths
Tejun Heo
1
-0
/
+7
2013-12-17
kernfs: add @mode to kernfs_create_dir[_ns]()
Tejun Heo
3
-6
/
+9
2013-12-17
xfs: abort metadata writeback on permanent errors
Dave Chinner
3
-5
/
+32
2013-12-17
xfs: swalloc doesn't align allocations properly
Dave Chinner
1
-6
/
+17
2013-12-17
xfs: remove xfsbdstrat error
Christoph Hellwig
5
-29
/
+43
2013-12-17
xfs: align initial file allocations correctly
Dave Chinner
1
-2
/
+7
2013-12-17
xfs: fix infinite loop by detaching the group/project hints from user dquot
Jie Liu
1
-21
/
+50
2013-12-17
xfs: fix assertion failure at xfs_setattr_nonsize
Jie Liu
1
-1
/
+2
2013-12-17
xfs: fix false assertion at xfs_qm_vop_create_dqattach
Jie Liu
1
-6
/
+3
2013-12-17
xfs: fix memory leak in xfs_dir2_node_removename
Mark Tinguely
1
-13
/
+13
2013-12-13
ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
Li Wang
1
-2
/
+6
2013-12-13
ceph: initialize inode before instantiating dentry
Yan, Zheng
1
-78
/
+58
2013-12-12
Merge branch 'akpm' (fixes from Andrew)
Linus Torvalds
1
-5
/
+9
2013-12-12
procfs: also fix proc_reg_get_unmapped_area() for !MMU case
Jan Beulich
1
-5
/
+9
2013-12-12
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...
Linus Torvalds
5
-42
/
+73
2013-12-12
Merge branch 'for-3.13' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
1
-1
/
+8
2013-12-12
dcache: allow word-at-a-time name hashing with big-endian CPUs
Will Deacon
2
-7
/
+2
2013-12-12
Merge tag 'xfs-for-linus-v3.13-rc4' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
4
-5
/
+12
2013-12-12
Btrfs: fix access_ok() check in btrfs_ioctl_send()
Dan Carpenter
1
-2
/
+2
2013-12-12
Btrfs: make sure we cleanup all reloc roots if error happens
Wang Shilong
1
-0
/
+7
2013-12-12
Btrfs: skip building backref tree for uuid and quota tree when doing balance ...
Wang Shilong
1
-1
/
+3
2013-12-12
Btrfs: fix an oops when doing balance relocation
Wang Shilong
1
-23
/
+47
2013-12-12
Btrfs: don't miss skinny extent items on delayed ref head contention
Filipe David Borba Manana
1
-12
/
+10
2013-12-12
btrfs: call mnt_drop_write after interrupted subvol deletion
David Sterba
1
-1
/
+2
[next]