| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs, kernfs: implement kernfs_ns_enabled() | Tejun Heo | 2013-11-29 | 3 | -7/+7 |
* | sysfs, kernfs: make sysfs_dirent definition public | Tejun Heo | 2013-11-29 | 2 | -99/+1 |
* | sysfs, kernfs: move mount core code to fs/kernfs/mount.c | Tejun Heo | 2013-11-29 | 4 | -170/+178 |
* | sysfs, kernfs: prepare mount path for kernfs | Tejun Heo | 2013-11-29 | 4 | -35/+78 |
* | sysfs, kernfs: make super_blocks bind to different kernfs_roots | Tejun Heo | 2013-11-29 | 2 | -4/+12 |
* | sysfs, kernfs: make inode number ida per kernfs_root | Tejun Heo | 2013-11-29 | 4 | -38/+19 |
* | sysfs, kernfs: implement kernfs_create/destroy_root() | Tejun Heo | 2013-11-29 | 3 | -20/+100 |
* | sysfs, kernfs: introduce sysfs_root_sd | Tejun Heo | 2013-11-29 | 4 | -9/+11 |
* | sysfs, kernfs: no need to kern_mount() sysfs from sysfs_init() | Tejun Heo | 2013-11-29 | 1 | -16/+7 |
* | sysfs, kernfs: make sysfs_super_info->ns const | Tejun Heo | 2013-11-29 | 2 | -8/+8 |
* | sysfs, kernfs: drop unused params from sysfs_fill_super() | Tejun Heo | 2013-11-29 | 1 | -2/+2 |
* | sysfs, kernfs: move symlink core code to fs/kernfs/symlink.c | Tejun Heo | 2013-11-29 | 4 | -138/+144 |
* | sysfs, kernfs: move file core code to fs/kernfs/file.c | Tejun Heo | 2013-11-29 | 4 | -805/+813 |
* | sysfs, kernfs: move dir core code to fs/kernfs/dir.c | Tejun Heo | 2013-11-29 | 4 | -999/+1005 |
* | sysfs, kernfs: move inode code to fs/kernfs/inode.c | Tejun Heo | 2013-11-29 | 5 | -356/+341 |
* | sysfs, kernfs: move internal decls to fs/kernfs/kernfs-internal.h | Tejun Heo | 2013-11-29 | 2 | -96/+121 |
* | sysfs, kernfs: introduce kernfs[_find_and]_get() and kernfs_put() | Tejun Heo | 2013-11-29 | 7 | -127/+118 |
* | sysfs, kernfs: revamp sysfs_dirent active_ref lockdep annotation | Tejun Heo | 2013-11-29 | 3 | -44/+27 |
* | sysfs, kernfs: reorganize SYSFS_* constants | Tejun Heo | 2013-11-29 | 1 | -6/+6 |
* | sysfs, kernfs: introduce kernfs_notify() | Tejun Heo | 2013-11-29 | 1 | -11/+22 |
* | sysfs, kernfs: add kernfs_ops->seq_{start|next|stop}() | Tejun Heo | 2013-11-29 | 1 | -11/+28 |
* | sysfs, kernfs: remove sysfs_add_one() | Tejun Heo | 2013-11-29 | 4 | -41/+6 |
* | sysfs, kernfs: introduce kernfs_create_file[_ns]() | Tejun Heo | 2013-11-29 | 1 | -11/+42 |
* | sysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR | Tejun Heo | 2013-11-29 | 4 | -26/+14 |
* | sysfs, kernfs: add sysfs_dirent->s_attr.size | Tejun Heo | 2013-11-29 | 3 | -7/+8 |
* | sysfs, kernfs: introduce kernfs_ops | Tejun Heo | 2013-11-29 | 2 | -34/+115 |
* | sysfs, kernfs: move sysfs_open_file to include/linux/kernfs.h | Tejun Heo | 2013-11-29 | 1 | -11/+0 |
* | sysfs, kernfs: prepare open, release, poll paths for kernfs | Tejun Heo | 2013-11-29 | 3 | -21/+10 |
* | sysfs, kernfs: prepare mmap path for kernfs | Tejun Heo | 2013-11-29 | 1 | -30/+39 |
* | sysfs, kernfs: prepare write path for kernfs | Tejun Heo | 2013-11-29 | 1 | -53/+50 |
* | sysfs, kernfs: prepare read path for kernfs | Tejun Heo | 2013-11-29 | 1 | -65/+126 |
* | sysfs, kernfs: introduce kernfs_create_dir[_ns]() | Tejun Heo | 2013-11-29 | 3 | -30/+36 |
* | sysfs, kernfs: replace sysfs_dirent->s_dir.kobj and ->s_attr.[bin_]attr with ... | Tejun Heo | 2013-11-29 | 5 | -24/+21 |
* | Merge 3.13-rc2 into driver-core-next | Greg Kroah-Hartman | 2013-11-29 | 17 | -68/+312 |
|\ |
|
| * | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir... | Linus Torvalds | 2013-11-29 | 1 | -2/+1 |
| |\ |
|
| | * | fix bogus path_put() of nd->root after some unlazy_walk() failures | Al Viro | 2013-11-29 | 1 | -2/+1 |
| * | | Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6 | Linus Torvalds | 2013-11-28 | 7 | -24/+189 |
| |\ \ |
|
| | * | | [CIFS] Do not use btrfs refcopy ioctl for SMB2 copy offload | Steve French | 2013-11-25 | 1 | -2/+4 |
| | * | | Check SMB3 dialects against downgrade attacks | Steve French | 2013-11-19 | 6 | -4/+90 |
| | * | | Removed duplicated (and unneeded) goto | Steve French | 2013-11-18 | 1 | -4/+2 |
| | * | | CIFS: Fix SMB2/SMB3 Copy offload support (refcopy) for large files | Steve French | 2013-11-18 | 2 | -14/+93 |
| * | | | Merge tag 'driver-core-3.13-rc2' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2013-11-27 | 1 | -2/+20 |
| |\ \ \ |
|
| * | | | | remove obsolete references to powertweak | Dave Jones | 2013-11-27 | 1 | -1/+1 |
| * | | | | Merge branch 'for-linus-bugs' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2013-11-26 | 8 | -41/+121 |
| |\ \ \ \
| | |_|_|/
| |/| | | |
|
| | * | | | ceph: allocate non-zero page to fscache in readpage() | Li Wang | 2013-11-23 | 1 | -1/+1 |
| | * | | | ceph: wake up 'safe' waiters when unregistering request | Yan, Zheng | 2013-11-23 | 1 | -1/+2 |
| | * | | | ceph: cleanup aborted requests when re-sending requests. | Yan, Zheng | 2013-11-23 | 1 | -1/+4 |
| | * | | | ceph: handle race between cap reconnect and cap release | Yan, Zheng | 2013-11-23 | 3 | -4/+26 |
| | * | | | ceph: set caps count after composing cap reconnect message | Yan, Zheng | 2013-11-23 | 1 | -5/+18 |
| | * | | | ceph: queue cap release in __ceph_remove_cap() | Yan, Zheng | 2013-11-23 | 3 | -21/+14 |