| Commit message (Expand) | Author | Age | Files | Lines |
* | sysfs: copy bin mmap support from fs/sysfs/bin.c to fs/sysfs/file.c | Tejun Heo | 2013-10-05 | 3 | -1/+249 |
* | sysfs: add sysfs_bin_read() | Tejun Heo | 2013-10-05 | 1 | -0/+65 |
* | sysfs: prepare path write for unified regular / bin file handling | Tejun Heo | 2013-10-05 | 2 | -6/+35 |
* | sysfs: collapse fs/sysfs/bin.c::fill_read() into read() | Tejun Heo | 2013-10-05 | 1 | -21/+15 |
* | sysfs: skip bin_buffer->buffer while reading | Tejun Heo | 2013-10-05 | 1 | -13/+8 |
* | sysfs: use seq_file when reading regular files | Tejun Heo | 2013-10-05 | 1 | -91/+73 |
* | sysfs: use transient write buffer | Tejun Heo | 2013-10-05 | 1 | -62/+52 |
* | sysfs: add sysfs_open_file->sd and ->file | Tejun Heo | 2013-10-05 | 1 | -11/+12 |
* | sysfs: rename sysfs_buffer to sysfs_open_file | Tejun Heo | 2013-10-05 | 1 | -64/+63 |
* | sysfs: add sysfs_open_file_mutex | Tejun Heo | 2013-10-05 | 1 | -6/+12 |
* | sysfs: remove sysfs_buffer->ops | Tejun Heo | 2013-10-05 | 1 | -12/+21 |
* | sysfs: remove sysfs_buffer->needs_read_fill | Tejun Heo | 2013-10-05 | 1 | -12/+12 |
* | sysfs: remove unused sysfs_buffer->pos | Tejun Heo | 2013-10-05 | 1 | -1/+0 |
* | sysfs: introduce [__]sysfs_remove() | Tejun Heo | 2013-10-03 | 4 | -28/+29 |
* | sysfs: make __sysfs_remove_dir() recursive | Tejun Heo | 2013-10-03 | 1 | -11/+64 |
* | kobject: grab an extra reference on kobject->sd to allow duplicate deletes | Tejun Heo | 2013-10-03 | 1 | -1/+6 |
* | sysfs: remove sysfs_addrm_cxt->parent_sd | Tejun Heo | 2013-10-03 | 5 | -36/+38 |
* | Merge 3.12-rc3 into driver-core-next | Greg Kroah-Hartman | 2013-09-29 | 11 | -122/+123 |
|\ |
|
| * | Merge tag 'xfs-for-linus-v3.12-rc3' of git://oss.sgi.com/xfs/xfs | Linus Torvalds | 2013-09-28 | 5 | -22/+68 |
| |\ |
|
| | * | xfs: fix node forward in xfs_node_toosmall | Mark Tinguely | 2013-09-26 | 1 | -2/+3 |
| | * | xfs: log recovery lsn ordering needs uuid check | Dave Chinner | 2013-09-24 | 1 | -14/+59 |
| | * | xfs: fix XFS_IOC_FREE_EOFBLOCKS definition | Dave Chinner | 2013-09-24 | 1 | -1/+1 |
| | * | xfs: asserting lock not held during freeing not valid | Dave Chinner | 2013-09-24 | 1 | -5/+4 |
| | * | xfs: lock the AIL before removing the buffer item | Dave Chinner | 2013-09-24 | 1 | -0/+1 |
| * | | Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac... | Linus Torvalds | 2013-09-27 | 4 | -97/+52 |
| |\ \ |
|
| | * | | reiserfs: fix race with flush_used_journal_lists and flush_journal_list | Jeff Mahoney | 2013-09-24 | 1 | -1/+4 |
| | * | | reiserfs: remove useless flush_old_journal_lists | Jeff Mahoney | 2013-09-24 | 1 | -62/+0 |
| | * | | udf: Fortify LVID loading | Jan Kara | 2013-09-24 | 3 | -34/+48 |
| * | | | Merge branch 'akpm' (patches from Andrew Morton) | Linus Torvalds | 2013-09-24 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | fs/ocfs2/super.c: use a bigger nodestr in ocfs2_dismount_volume | Goldwyn Rodrigues | 2013-09-24 | 1 | -1/+1 |
| | |/ / |
|
| * | | | block: Fix bio_copy_data() | Kent Overstreet | 2013-09-24 | 1 | -2/+2 |
| |/ / |
|
* | | | sysfs: @name comes before @ns | Tejun Heo | 2013-09-26 | 7 | -45/+46 |
* | | | sysfs: clean up sysfs_get_dirent() | Tejun Heo | 2013-09-26 | 5 | -16/+14 |
* | | | sysfs: drop kobj_ns_type handling | Tejun Heo | 2013-09-26 | 4 | -122/+44 |
* | | | sysfs: remove ktype->namespace() invocations in symlink code | Tejun Heo | 2013-09-26 | 1 | -9/+7 |
* | | | sysfs: remove ktype->namespace() invocations in directory code | Tejun Heo | 2013-09-26 | 1 | -15/+8 |
* | | | sysfs: make attr namespace interface less convoluted | Tejun Heo | 2013-09-26 | 3 | -76/+31 |
* | | | sysfs: drop semicolon from to_sysfs_dirent() definition | Tejun Heo | 2013-09-26 | 1 | -1/+1 |
|/ / |
|
* | | Merge branch 'for-3.12/core' of git://git.kernel.dk/linux-block | Linus Torvalds | 2013-09-22 | 1 | -1/+1 |
|\ \ |
|
| * | | bio-integrity: Fix use of bs->bio_integrity_pool after free | Bjorn Helgaas | 2013-09-17 | 1 | -1/+1 |
* | | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mas... | Linus Torvalds | 2013-09-22 | 20 | -175/+363 |
|\ \ \ |
|
| * | | | Btrfs: create the uuid tree on remount rw | Josef Bacik | 2013-09-21 | 1 | -0/+10 |
| * | | | btrfs: change extent-same to copy entire argument struct | Mark Fasheh | 2013-09-21 | 1 | -31/+45 |
| * | | | Btrfs: dir_inode_operations should use btrfs_update_time also | Guangyu Sun | 2013-09-21 | 1 | -0/+2 |
| * | | | btrfs: Add btrfs: prefix to kernel log output | Frank Holton | 2013-09-21 | 1 | -2/+2 |
| * | | | btrfs: refuse to remount read-write after abort | David Sterba | 2013-09-21 | 1 | -0/+6 |
| * | | | Btrfs: btrfs_ioctl_default_subvol: Revert back to toplevel subvolume when arg... | chandan | 2013-09-21 | 1 | -1/+1 |
| * | | | Btrfs: don't leak transaction in btrfs_sync_file() | Filipe David Borba Manana | 2013-09-21 | 1 | -2/+2 |
| * | | | Btrfs: add the missing mutex unlock in write_all_supers() | Stefan Behrens | 2013-09-21 | 1 | -0/+1 |
| * | | | Btrfs: iput inode on allocation failure | Josef Bacik | 2013-09-21 | 1 | -0/+4 |