2016-05-09 |
Al Viro | lustre: don't need to lock inode in directory lseek |
commit | commitdiff | tree |
2016-05-09 |
Al Viro | kernfs: no point locking directory around that generic_... |
commit | commitdiff | tree |
2016-05-09 |
Al Viro | configfs_readdir(): make safe under shared lock |
commit | commitdiff | tree |
2016-05-09 |
Al Viro | nfs: per-name sillyunlink exclusion |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | nfs: switch to ->iterate_shared() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_open(): lock the parent shared unless O_CREAT... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_open(): put the dentry fed to ->lookup() or... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_open(): expand the call of real_lookup() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): reorder and clean up a bit |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_open(): lift the "fallback to !O_CREAT" logics... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): be paranoid about may_open() return... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): delay open_to_namei_flags() until the... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | do_last(): take fput() on error after opening to out: |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | do_last(): get rid of duplicate ELOOP check |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): massage the create_error logics a bit |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): consolidate "overridden ENOENT" in open... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | atomic_open(): don't bother with EEXIST check - it... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | Merge branch 'for-linus' into work.lookups |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_open(): expand the call of vfs_create() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | path_openat(): take O_PATH handling out of do_last() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | simple local filesystems: switch to ->iterate_shared() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | dcache_{readdir,dir_lseek}() users: switch to ->iterate... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | cifs: switch to ->iterate_shared() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | fuse: switch to ->iterate_shared() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | switch all procfs directories ->iterate_shared() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | proc_sys_fill_cache(): switch to d_alloc_parallel() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | proc_fill_cache(): switch to d_alloc_parallel() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | introduce a parallel variant of ->iterate() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | give readdir(2)/getdents(2)/etc. uniform exclusion... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | parallel lookups: actual switch to rwsem |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | parallel lookups machinery, part 4 (and last) |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | parallel lookups machinery, part 3 |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | parallel lookups machinery, part 2 |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | beginning of transition to parallel lookups - marking... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | __d_add(): don't drop/regain ->d_lock |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | lookup_slow(): bugger off on IS_DEADDIR() from the... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | nfs: missing wakeup in nfs_unblock_sillyrename() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | make ext2_get_page() and friends work without external... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | ovl_lookup_real(): use lookup_one_len_unlocked() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | reconnect_one(): use lookup_one_len_unlocked() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | reiserfs: open-code reiserfs_mutex_lock_safe() in reise... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | orangefs: don't open-code inode_lock/inode_unlock |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | ocfs2: don't open-code inode_lock/inode_unlock |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | configfs_detach_prep(): make sure that wait_mutex won... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | kernfs: use lookup_one_len_unlocked() |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | security_d_instantiate(): move to the point prior to... |
commit | commitdiff | tree |
2016-05-02 |
Al Viro | Merge getxattr prototype change into work.lookups |
commit | commitdiff | tree |
2016-04-30 |
Al Viro | atomic_open(): fix the handling of create_error |
commit | commitdiff | tree |
2016-04-11 |
Al Viro | ->getxattr(): pass dentry and inode as separate arguments |
commit | commitdiff | tree |
2016-04-11 |
Linus Torvalds | Linux 4.6-rc3 |
commit | commitdiff | tree |
2016-04-11 |
Al Viro | xattr_handler: pass dentry and inode as separate argume... |
commit | commitdiff | tree |
2016-04-11 |
Linus Torvalds | Merge branch 'fixes' of git://ftp.arm.linux.org.uk... |
commit | commitdiff | tree |
2016-04-11 |
Linus Torvalds | Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people... |
commit | commitdiff | tree |
2016-04-11 |
Linus Torvalds | Merge branch 'i2c/for-current' of git://git.kernel... |
commit | commitdiff | tree |
2016-04-10 |
Linus Torvalds | Revert "ext4: allow readdir()'s of large empty director... |
commit | commitdiff | tree |
2016-04-10 |
Al Viro | reiserfs: switch to generic_{get,set,remove}xattr() |
commit | commitdiff | tree |
2016-04-10 |
Al Viro | cifs: kill more bogus checks in ->...xattr() methods |
commit | commitdiff | tree |
2016-04-10 |
Al Viro | don't bother with ->d_inode->i_sb - it's always equal... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge branch 'parisc-4.6-3' of git://git.kernel.org... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge branch 'libnvdimm-fixes' of git://git.kernel... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'staging-4.6-rc3' of git://git.kernel.org... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'scsi-fixes' of git://git.kernel.org/pub... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge git://git.kernel.org/pub/scm/linux/kernel/git... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge branch 'for-linus-4.6' of git://git.kernel.org... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'for-linus-4.6-ofs1' of git://git.kernel... |
commit | commitdiff | tree |
2016-04-09 |
Linus Torvalds | Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel... |
commit | commitdiff | tree |
2016-04-09 |
Wolfram Sang | i2c: jz4780: really prevent potential division by zero |
commit | commitdiff | tree |
2016-04-09 |
Wolfram Sang | Revert "i2c: jz4780: prevent potential division by... |
commit | commitdiff | tree |
2016-04-08 |
Al Viro | fix the copy vs. map logics in blk_rq_map_user_iov() |
commit | commitdiff | tree |
2016-04-08 |
Greg Kroah... | Merge tag 'usb-serial-4.6-rc3' of git://git.kernel... |
commit | commitdiff | tree |
2016-04-08 |
David S. Miller | Merge tag 'mac80211-for-davem-2016-04-06' of git:/... |
commit | commitdiff | tree |
2016-04-08 |
stephen hemminger | bridge, netem: mark mailing lists as moderated |
commit | commitdiff | tree |
2016-04-08 |
Helge Deller | parisc: Update comment regarding relative extable support |
commit | commitdiff | tree |
2016-04-08 |
Helge Deller | parisc: Unbreak handling exceptions from kernel modules |
commit | commitdiff | tree |
2016-04-08 |
Helge Deller | parisc: Fix kernel crash with reversed copy_from_user() |
commit | commitdiff | tree |
2016-04-08 |
Helge Deller | parisc: Avoid function pointers for kernel exception... |
commit | commitdiff | tree |
2016-04-08 |
Helge Deller | parisc: Handle R_PARISC_PCREL32 relocations in kernel... |
commit | commitdiff | tree |
2016-04-08 |
Jason Wang | tuntap: restore default qdisc |
commit | commitdiff | tree |
2016-04-08 |
Martin Brandenburg | orangefs: remove unused variable |
commit | commitdiff | tree |
2016-04-08 |
Rafael J. Wysocki | Merge branches 'pm-core', 'powercap' and 'pm-tools' |
commit | commitdiff | tree |
2016-04-08 |
Rafael J. Wysocki | Merge branches 'pm-cpufreq', 'pm-cpuidle' and 'acpi... |
commit | commitdiff | tree |
2016-04-08 |
Joe Perches | orangefs: Add KERN_<LEVEL> to gossip_<level> macros |
commit | commitdiff | tree |
2016-04-08 |
Martin Brandenburg | orangefs: strncpy -> strscpy |
commit | commitdiff | tree |
2016-04-08 |
Martin Brandenburg | orangefs: clean up truncate ctime and mtime setting |
commit | commitdiff | tree |
2016-04-08 |
kbuild test... | Orangefs: fix ifnullfree.cocci warnings |
commit | commitdiff | tree |
2016-04-08 |
Mike Marshall | Orangefs: optimize boilerplate code. |
commit | commitdiff | tree |
2016-04-08 |
Mike Marshall | Orangefs: xattr.c cleanup |
commit | commitdiff | tree |
2016-04-08 |
Roopa Prabhu | mpls: find_outdev: check for err ptr in addition to... |
commit | commitdiff | tree |
2016-04-08 |
Yong Li | gpio: pca953x: Use correct u16 value for register word... |
commit | commitdiff | tree |
2016-04-08 |
Guenter Roeck | gpiolib: Defer gpio device setup until after gpiolib... |
commit | commitdiff | tree |
2016-04-08 |
Guenter Roeck | gpiolib: Do not use devm functions when registering... |
commit | commitdiff | tree |
2016-04-08 |
Robert Jarzmik | gpio: pxa: fix legacy non pinctrl aware builds |
commit | commitdiff | tree |
2016-04-08 |
Dmitry Torokhov | gpio / ACPI: ignore GpioInt() GPIOs when requesting... |
commit | commitdiff | tree |
2016-04-08 |
Dan Williams | libnvdimm, pfn: fix nvdimm_namespace_add_poison() vs... |
commit | commitdiff | tree |
2016-04-08 |
Dan Williams | libnvdimm, pfn: fix uuid validation |
commit | commitdiff | tree |
next |