summaryrefslogtreecommitdiffstats
path: root/fs (unfollow)
Commit message (Expand)AuthorFilesLines
2014-02-14kernfs: fix kernfs_node_from_dentry()Li Zefan3-2/+3
2014-02-14ACPI / platform: drop redundant ACPI_HANDLE checkJosh Cartwright1-7/+4
2014-02-11kernfs: fix hash calculation in kernfs_rename_ns()Tejun Heo1-1/+1
2014-02-10Linux 3.14-rc2v3.14-rc2Linus Torvalds1-1/+1
2014-02-09fix a kmap leak in virtio_consoleAl Viro1-6/+3
2014-02-09fix O_SYNC|O_APPEND syncing the wrong range on write()Al Viro7-25/+14
2014-02-09Btrfs: fix data corruption when reading/updating compressed extentsFilipe David Borba Manana1-0/+2
2014-02-09Btrfs: don't loop forever if we can't run because of the tree mod logJosef Bacik1-0/+1
2014-02-09btrfs: reserve no transaction units in btrfs_ioctl_set_featuresDavid Sterba1-1/+1
2014-02-09btrfs: commit transaction after setting label and featuresJeff Mahoney1-2/+2
2014-02-09Btrfs: fix assert screwup for the pending move stuffJosef Bacik1-5/+3
2014-02-08jfs: fix generic posix ACL regressionDave Kleikamp1-7/+7
2014-02-08watchdog: dw_wdt: Add dependency on HAS_IOMEMRichard Weinberger1-0/+1
2014-02-08kernfs: add CONFIG_KERNFSTejun Heo5-4/+14
2014-02-08sysfs, kobject: add sysfs wrapper for kernfs_enable_ns()Tejun Heo2-1/+10
2014-02-08kernfs: implement kernfs_get_parent(), kernfs_name/path() and friendsTejun Heo3-42/+203
2014-02-08kernfs: implement kernfs_node_from_dentry(), kernfs_root_from_sb() and kernfs...Tejun Heo3-0/+48
2014-02-08kernfs: add kernfs_open_file->privTejun Heo1-0/+1
2014-02-08kernfs: implement kernfs_ops->atomic_write_lenTejun Heo2-20/+37
2014-02-08kernfs: allow nodes to be created in the deactivated stateTejun Heo3-10/+78
2014-02-08kernfs: add missing kernfs_active() checks in directory operationsTejun Heo1-5/+6
2014-02-08kernfs: implement kernfs_syscall_ops->remount_fs() and ->show_options()Tejun Heo2-0/+26
2014-02-08kernfs: rename kernfs_dir_ops to kernfs_syscall_opsTejun Heo2-21/+22
2014-02-08kernfs: invoke dir_ops while holding active ref of the target nodeTejun Heo2-4/+32
2014-02-08sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()Tejun Heo4-144/+1
2014-02-08s390: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo4-27/+32
2014-02-08scsi: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-13/+2
2014-02-08pci: use device_remove_file_self() instead of device_schedule_callback()Tejun Heo1-14/+3
2014-02-08kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappersTejun Heo6-1/+194
2014-02-08kernfs: remove KERNFS_REMOVEDTejun Heo3-33/+37
2014-02-08kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()Tejun Heo2-8/+13
2014-02-08kernfs: remove kernfs_addrm_cxtTejun Heo5-108/+28
2014-02-08kernfs: invoke kernfs_unmap_bin_file() directly from kernfs_deactivate()Tejun Heo1-4/+6
2014-02-08kernfs: restructure removal path to fix possible premature returnTejun Heo1-61/+68
2014-02-08kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitqTejun Heo2-20/+15
2014-02-08kernfs: make kernfs_deactivate() honor KERNFS_LOCKDEP flagTejun Heo1-4/+8
2014-02-07dma-buf: avoid using IS_ERR_OR_NULLColin Cross4-10/+14
2014-02-07libceph: do not dereference a NULL bio pointerIlya Dryomov1-2/+6
2014-02-07libceph: take map_sem for read in handle_reply()Ilya Dryomov1-6/+11
2014-02-07libceph: factor out logic from ceph_osdc_start_request()Ilya Dryomov1-23/+39
2014-02-07arm64: defconfig: Expand default enabled featuresMark Rutland2-4/+15
2014-02-07arm64: asm: remove redundant "cc" clobbersWill Deacon4-25/+21
2014-02-07arm64: atomics: fix use of acquire + release for full barrier semanticsWill Deacon5-18/+35
2014-02-07hwmon: (da9055) Remove use of regmap_irq_get_virq()Adam Thomson1-4/+0
2014-02-06mm: __set_page_dirty uses spin_lock_irqsave instead of spin_lock_irqKOSAKI Motohiro1-2/+4
2014-02-06arch/x86/mm/numa.c: fix array index overflow when synchronizing nid to memblo...Tang Chen1-8/+11
2014-02-06arch/x86/mm/numa.c: initialize numa_kernel_nodes in numa_clear_kernel_node_ho...Tang Chen1-1/+1
2014-02-06mm: __set_page_dirty_nobuffers() uses spin_lock_irqsave() instead of spin_loc...KOSAKI Motohiro1-2/+3
2014-02-06mm/swap: fix race on swap_info reuse between swapoff and swaponWeijie Yang1-1/+10
2014-02-06swap: add a simple detector for inappropriate swapin readaheadShaohua Li2-5/+62