platform/kernel/linux-3.10.git
2015-04-02 Daniel Mackkdbus: add uapi header file
2015-04-02 Daniel Mackkdbus: add documentation
2015-04-02 Marek Szyprowskiarm: tizen_defconfig: enable Odroid X2/U3 support with...
2015-04-02 Inha SongARM: dts: exynos4412-trats2: Add 32khz clock property...
2015-04-02 Inha SongASoC: samsung: Add 32khz clock control logic for codec...
2015-03-27 Tejun Heosysfs: make sure read buffer is zeroed sandbox/pawelo/kernfs_better
2015-03-27 Tejun Heosysfs: bail early from kernfs_file_mmap() to avoid...
2015-03-27 Tejun Heosysfs, kernfs: remove cross inclusions of internal...
2015-03-27 Tejun Heosysfs, kernfs: implement kernfs_ns_enabled()
2015-03-27 Tejun Heosysfs, kernfs: make sysfs_dirent definition public
2015-03-27 Tejun Heosysfs, kernfs: move mount core code to fs/kernfs/mount.c
2015-03-27 Tejun Heosysfs, kernfs: prepare mount path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: make super_blocks bind to different...
2015-03-27 Tejun Heosysfs, kernfs: make inode number ida per kernfs_root
2015-03-27 Tejun Heosysfs, kernfs: implement kernfs_create/destroy_root()
2015-03-27 Tejun Heosysfs, kernfs: introduce sysfs_root_sd
2015-03-27 Tejun Heosysfs, kernfs: no need to kern_mount() sysfs from sysfs...
2015-03-27 Tejun Heosysfs, kernfs: make sysfs_super_info->ns const
2015-03-27 Tejun Heosysfs, kernfs: drop unused params from sysfs_fill_super()
2015-03-27 Tejun Heosysfs, kernfs: move symlink core code to fs/kernfs...
2015-03-27 Tejun Heosysfs, kernfs: move file core code to fs/kernfs/file.c
2015-03-27 Tejun Heosysfs, kernfs: move dir core code to fs/kernfs/dir.c
2015-03-27 Tejun Heosysfs, kernfs: move inode code to fs/kernfs/inode.c
2015-03-27 Tejun Heosysfs, kernfs: move internal decls to fs/kernfs/kernfs...
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs[_find_and]_get() and...
2015-03-27 Tejun Heosysfs, kernfs: revamp sysfs_dirent active_ref lockdep...
2015-03-27 Tejun Heosysfs, kernfs: reorganize SYSFS_* constants
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_notify()
2015-03-27 Tejun Heosysfs, kernfs: add kernfs_ops->seq_{start|next|stop}()
2015-03-27 Tejun Heosysfs, kernfs: remove sysfs_add_one()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_file[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: remove SYSFS_KOBJ_BIN_ATTR
2015-03-27 Tejun Heosysfs, kernfs: add sysfs_dirent->s_attr.size
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_ops
2015-03-27 Tejun Heosysfs, kernfs: move sysfs_open_file to include/linux...
2015-03-27 Tejun Heosysfs, kernfs: prepare open, release, poll paths for...
2015-03-27 Tejun Heosysfs, kernfs: prepare mmap path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: prepare write path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: prepare read path for kernfs
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_dir[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: replace sysfs_dirent->s_dir.kobj and...
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_setattr()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_rename[_ns]()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_create_link()
2015-03-27 Tejun Heosysfs, kernfs: introduce kernfs_remove[_by_name[_ns]]()
2015-03-27 Tejun Heosysfs, kernfs: add skeletons for kernfs
2015-03-27 Tejun Heosysfs: make __sysfs_add_one() fail if the parent isn...
2015-03-27 Tejun Heosysfs: drop kobj_ns_type handling, take #2
2015-03-27 Tejun Heosysfs: use a separate locking class for open files...
2015-03-27 Tejun Heosysfs: use generic_file_llseek() for sysfs_file_operations
2015-03-27 Tejun Heosysfs: rename sysfs_assoc_lock and explain what it...
2015-03-27 Tejun Heosysfs: separate out dup filename warning into a separat...
2015-03-27 Tejun Heosysfs: move sysfs_hash_and_remove() to fs/sysfs/dir.c
2015-03-27 Tejun Heosysfs: remove unused sysfs_get_dentry() prototype
2015-03-27 Tejun Heosysfs: honor bin_attr.attr.ignore_lockdep
2015-03-27 Tejun Heosysfs: merge sysfs_elem_bin_attr into sysfs_elem_attr
2015-03-27 Tejun Heosysfs: make sysfs_file_ops() follow ignore_lockdep...
2015-03-27 Tejun Heosysfs: merge regular and bin file handling
2015-03-27 Tejun Heosysfs: prepare open path for unified regular / bin...
2015-03-27 Tejun Heosysfs: copy bin mmap support from fs/sysfs/bin.c to...
2015-03-27 Tejun Heosysfs: add sysfs_bin_read()
2015-03-27 Tejun Heosysfs: prepare path write for unified regular / bin...
2015-03-27 Tejun Heosysfs: collapse fs/sysfs/bin.c::fill_read() into read()
2015-03-27 Tejun Heosysfs: skip bin_buffer->buffer while reading
2015-03-27 Tejun Heosysfs: use seq_file when reading regular files
2015-03-27 Tejun Heosysfs: use transient write buffer
2015-03-27 Tejun Heosysfs: add sysfs_open_file->sd and ->file
2015-03-27 Tejun Heosysfs: rename sysfs_buffer to sysfs_open_file
2015-03-27 Tejun Heosysfs: add sysfs_open_file_mutex
2015-03-27 Tejun Heosysfs: remove sysfs_buffer->ops
2015-03-27 Tejun Heosysfs: remove sysfs_buffer->needs_read_fill
2015-03-27 Tejun Heosysfs: remove unused sysfs_buffer->pos
2015-03-27 Tejun Heosysfs: introduce [__]sysfs_remove()
2015-03-27 Tejun Heosysfs: make __sysfs_remove_dir() recursive
2015-03-27 Tejun Heokobject: grab an extra reference on kobject->sd to...
2015-03-27 Tejun Heosysfs: remove sysfs_addrm_cxt->parent_sd
2015-03-27 Al Viroconstify ->actor
2015-03-27 Al Viro->readdir() is gone
2015-03-27 Al Viroconvert ecryptfs
2015-03-27 Al Viroconvert coda
2015-03-27 Al Viroconvert ocfs2
2015-03-27 Al Viroconvert fatfs
2015-03-27 Al Viroconvert xfs
2015-03-27 Al Viroconvert btrfs
2015-03-27 Al Viroconvert hostfs
2015-03-27 Al Viroconvert afs
2015-03-27 Al Viroconvert ncpfs
2015-03-27 Al Viroconvert hfsplus
2015-03-27 Al Viroconvert hfs
2015-03-27 Al Viroconvert befs
2015-03-27 Al Viroconvert cifs
2015-03-27 Al Viroconvert freevxfs
2015-03-27 Al Viroconvert fuse
2015-03-27 Al Viroconvert hpfs
2015-03-27 Al Viroreiserfs: switch reiserfs_readdir_dentry to inode
2015-03-27 Al Viroreiserfs: is_privroot_deh() needs only directory inode...
2015-03-27 Al Viroconvert reiserfs
2015-03-27 Al Viroconvert ntfs
2015-03-27 Al Viroconvert isofs
2015-03-27 Al Viroconvert jffs2
next