index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
fs
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2014-02-14
kernfs: fix kernfs_node_from_dentry()
Li Zefan
3
-2
/
+3
2014-02-14
ACPI / platform: drop redundant ACPI_HANDLE check
Josh Cartwright
1
-7
/
+4
2014-02-11
kernfs: fix hash calculation in kernfs_rename_ns()
Tejun Heo
1
-1
/
+1
2014-02-10
Linux 3.14-rc2
v3.14-rc2
Linus Torvalds
1
-1
/
+1
2014-02-09
fix a kmap leak in virtio_console
Al Viro
1
-6
/
+3
2014-02-09
fix O_SYNC|O_APPEND syncing the wrong range on write()
Al Viro
7
-25
/
+14
2014-02-09
Btrfs: fix data corruption when reading/updating compressed extents
Filipe David Borba Manana
1
-0
/
+2
2014-02-09
Btrfs: don't loop forever if we can't run because of the tree mod log
Josef Bacik
1
-0
/
+1
2014-02-09
btrfs: reserve no transaction units in btrfs_ioctl_set_features
David Sterba
1
-1
/
+1
2014-02-09
btrfs: commit transaction after setting label and features
Jeff Mahoney
1
-2
/
+2
2014-02-09
Btrfs: fix assert screwup for the pending move stuff
Josef Bacik
1
-5
/
+3
2014-02-08
jfs: fix generic posix ACL regression
Dave Kleikamp
1
-7
/
+7
2014-02-08
watchdog: dw_wdt: Add dependency on HAS_IOMEM
Richard Weinberger
1
-0
/
+1
2014-02-08
kernfs: add CONFIG_KERNFS
Tejun Heo
5
-4
/
+14
2014-02-08
sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()
Tejun Heo
2
-1
/
+10
2014-02-08
kernfs: implement kernfs_get_parent(), kernfs_name/path() and friends
Tejun Heo
3
-42
/
+203
2014-02-08
kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...
Tejun Heo
3
-0
/
+48
2014-02-08
kernfs: add kernfs_open_file->priv
Tejun Heo
1
-0
/
+1
2014-02-08
kernfs: implement kernfs_ops->atomic_write_len
Tejun Heo
2
-20
/
+37
2014-02-08
kernfs: allow nodes to be created in the deactivated state
Tejun Heo
3
-10
/
+78
2014-02-08
kernfs: add missing kernfs_active() checks in directory operations
Tejun Heo
1
-5
/
+6
2014-02-08
kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()
Tejun Heo
2
-0
/
+26
2014-02-08
kernfs: rename kernfs_dir_ops to kernfs_syscall_ops
Tejun Heo
2
-21
/
+22
2014-02-08
kernfs: invoke dir_ops while holding active ref of the target node
Tejun Heo
2
-4
/
+32
2014-02-08
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
Tejun Heo
4
-144
/
+1
2014-02-08
s390: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
4
-27
/
+32
2014-02-08
scsi: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-13
/
+2
2014-02-08
pci: use device_remove_file_self() instead of device_schedule_callback()
Tejun Heo
1
-14
/
+3
2014-02-08
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
Tejun Heo
6
-1
/
+194
2014-02-08
kernfs: remove KERNFS_REMOVED
Tejun Heo
3
-33
/
+37
2014-02-08
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
Tejun Heo
2
-8
/
+13
2014-02-08
kernfs: remove kernfs_addrm_cxt
Tejun Heo
5
-108
/
+28
2014-02-08
kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()
Tejun Heo
1
-4
/
+6
2014-02-08
kernfs: restructure removal path to fix possible premature return
Tejun Heo
1
-61
/
+68
2014-02-08
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
Tejun Heo
2
-20
/
+15
2014-02-08
kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flag
Tejun Heo
1
-4
/
+8
2014-02-07
dma-buf: avoid using IS_ERR_OR_NULL
Colin Cross
4
-10
/
+14
2014-02-07
libceph: do not dereference a NULL bio pointer
Ilya Dryomov
1
-2
/
+6
2014-02-07
libceph: take map_sem for read in handle_reply()
Ilya Dryomov
1
-6
/
+11
2014-02-07
libceph: factor out logic from ceph_osdc_start_request()
Ilya Dryomov
1
-23
/
+39
2014-02-07
arm64: defconfig: Expand default enabled features
Mark Rutland
2
-4
/
+15
2014-02-07
arm64: asm: remove redundant "cc" clobbers
Will Deacon
4
-25
/
+21
2014-02-07
arm64: atomics: fix use of acquire + release for full barrier semantics
Will Deacon
5
-18
/
+35
2014-02-07
hwmon: (da9055) Remove use of regmap_irq_get_virq()
Adam Thomson
1
-4
/
+0
2014-02-06
mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irq
KOSAKI Motohiro
1
-2
/
+4
2014-02-06
arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...
Tang Chen
1
-8
/
+11
2014-02-06
arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...
Tang Chen
1
-1
/
+1
2014-02-06
mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...
KOSAKI Motohiro
1
-2
/
+3
2014-02-06
mm/swap: fix race on swap_info reuse between swapoff and swapon
Weijie Yang
1
-1
/
+10
2014-02-06
swap: add a simple detector for inappropriate swapin readahead
Shaohua Li
2
-5
/
+62
[next]