Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
1d1bb236bc2ffb3586d6cc73e58c0d8351758123
1d1bb23
gfs2: switch to ->iterate_shared()
by Al Viro
· 9 years ago
e77d0c6
f2fs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
29884ef
afs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
e23e9aa
befs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
22341d8
befs: constify stuff a bit
by Al Viro
· 9 years ago
e899108
isofs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
e17a21d
get_acorn_filename(): deobfuscate a bit
by Al Viro
· 9 years ago
972b241
btrfs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
5e26124
logfs: no need to lock directory in lseek
by Al Viro
· 9 years ago
51a16a9
switch ecryptfs to ->iterate_shared
by Al Viro
· 9 years ago
a063ff1
Merge branch 'for-linus' into work.lookups
by Al Viro
· 9 years ago
5963ded
9p: switch to ->iterate_shared()
by Al Viro
· 9 years ago
98d4b8d
fat: switch to ->iterate_shared()
by Al Viro
· 9 years ago
d375570
romfs, squashfs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
c51da20
more trivial ->iterate_shared conversions
by Al Viro
· 9 years ago
060ff68
lustre: don't need to lock inode in directory lseek
by Al Viro
· 9 years ago
8cb0d2c
kernfs: no point locking directory around that generic_file_llseek()
by Al Viro
· 9 years ago
a01b300
configfs_readdir(): make safe under shared lock
by Al Viro
· 9 years ago
884be17
nfs: per-name sillyunlink exclusion
by Al Viro
· 9 years ago
99d8258
get_rock_ridge_filename(): handle malformed NM entries
by Al Viro
· 9 years ago
6a480a7
ecryptfs: fix handling of directory opening
by Al Viro
· 9 years ago
9ac3d3e
nfs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
9cf843e
lookup_open(): lock the parent shared unless O_CREAT is given
by Al Viro
· 9 years ago
6fbd071
lookup_open(): put the dentry fed to ->lookup() or ->atomic_open() into in-lookup hash
by Al Viro
· 9 years ago
12fa5e2
lookup_open(): expand the call of real_lookup()
by Al Viro
· 9 years ago
384f26e
atomic_open(): reorder and clean up a bit
by Al Viro
· 9 years ago
1643b43
lookup_open(): lift the "fallback to !O_CREAT" logics from atomic_open()
by Al Viro
· 9 years ago
b3d58ea
atomic_open(): be paranoid about may_open() return value
by Al Viro
· 9 years ago
0fb1ea0
atomic_open(): delay open_to_namei_flags() until the method call
by Al Viro
· 9 years ago
fe9ec82
do_last(): take fput() on error after opening to out:
by Al Viro
· 9 years ago
47f9dbd
do_last(): get rid of duplicate ELOOP check
by Al Viro
· 9 years ago
55db2fd
atomic_open(): massage the create_error logics a bit
by Al Viro
· 9 years ago
9d0728e
atomic_open(): consolidate "overridden ENOENT" in open-yourself cases
by Al Viro
· 9 years ago
5249e41
atomic_open(): don't bother with EEXIST check - it's done in do_last()
by Al Viro
· 9 years ago
df889b3
Merge branch 'for-linus' into work.lookups
by Al Viro
· 9 years ago
ce8644f
lookup_open(): expand the call of vfs_create()
by Al Viro
· 9 years ago
6ac0870
path_openat(): take O_PATH handling out of do_last()
by Al Viro
· 9 years ago
3b0a3c1
simple local filesystems: switch to ->iterate_shared()
by Al Viro
· 9 years ago
4e82901
dcache_{readdir,dir_lseek}() users: switch to ->iterate_shared
by Al Viro
· 9 years ago
3125d26
cifs: switch to ->iterate_shared()
by Al Viro
· 9 years ago
d9b3dbd
fuse: switch to ->iterate_shared()
by Al Viro
· 9 years ago
f50752e
switch all procfs directories ->iterate_shared()
by Al Viro
· 9 years ago
76aab3a
proc_sys_fill_cache(): switch to d_alloc_parallel()
by Al Viro
· 9 years ago
3781764
proc_fill_cache(): switch to d_alloc_parallel()
by Al Viro
· 9 years ago
6192269
introduce a parallel variant of ->iterate()
by Al Viro
· 9 years ago
63b6df1
give readdir(2)/getdents(2)/etc. uniform exclusion with lseek()
by Al Viro
· 9 years ago
9902af7
parallel lookups: actual switch to rwsem
by Al Viro
· 9 years ago
d9171b9
parallel lookups machinery, part 4 (and last)
by Al Viro
· 9 years ago
94bdd65
parallel lookups machinery, part 3
by Al Viro
· 9 years ago
84e710d
parallel lookups machinery, part 2
by Al Viro
· 9 years ago
85c7f81
beginning of transition to parallel lookups - marking in-lookup dentries
by Al Viro
· 9 years ago
0568d70
__d_add(): don't drop/regain ->d_lock
by Al Viro
· 9 years ago
1936386
lookup_slow(): bugger off on IS_DEADDIR() from the very beginning
by Al Viro
· 9 years ago
d2caaa0
nfs: missing wakeup in nfs_unblock_sillyrename()
by Al Viro
· 9 years ago
be5b82d
make ext2_get_page() and friends work without external serialization
by Al Viro
· 9 years ago
b9e1d43
ovl_lookup_real(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
383d4e8
reconnect_one(): use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
1ae1f3f
reiserfs: open-code reiserfs_mutex_lock_safe() in reiserfs_unpack()
by Al Viro
· 9 years ago
5ecfcb2
orangefs: don't open-code inode_lock/inode_unlock
by Al Viro
· 9 years ago
7b9743e
ocfs2: don't open-code inode_lock/inode_unlock
by Al Viro
· 9 years ago
48f35b7
configfs_detach_prep(): make sure that wait_mutex won't go away
by Al Viro
· 9 years ago
779b839
kernfs: use lookup_one_len_unlocked()
by Al Viro
· 9 years ago
b968091
security_d_instantiate(): move to the point prior to attaching dentry to inode
by Al Viro
· 9 years ago
84695ff
Merge getxattr prototype change into work.lookups
by Al Viro
· 9 years ago
10c64ce
atomic_open(): fix the handling of create_error
by Al Viro
· 9 years ago
ce23e64
->getxattr(): pass dentry and inode as separate arguments
by Al Viro
· 9 years ago
bf16200
Linux 4.6-rc3
by Linus Torvalds
· 9 years ago
b296821
xattr_handler: pass dentry and inode as separate arguments of ->get()
by Al Viro
· 9 years ago
08b15d1
Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm
by Linus Torvalds
· 9 years ago
2f422f9
Merge tag 'mmc-v4.6-rc1' of git://git.linaro.org/people/ulf.hansson/mmc
by Linus Torvalds
· 9 years ago
6a7c924
Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linux
by Linus Torvalds
· 9 years ago
9f2394c
Revert "ext4: allow readdir()'s of large empty directories to be interrupted"
by Linus Torvalds
· 9 years ago
79a628d
reiserfs: switch to generic_{get,set,remove}xattr()
by Al Viro
· 9 years ago
5fdccfe
cifs: kill more bogus checks in ->...xattr() methods
by Al Viro
· 9 years ago
fc64005
don't bother with ->d_inode->i_sb - it's always equal to ->d_sb
by Al Viro
· 9 years ago
5b5b7fd
Merge branch 'parisc-4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux
by Linus Torvalds
· 9 years ago
239467e
Merge branch 'libnvdimm-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
289b7bf
Merge tag 'gpio-v4.6-3' of git://git.kernel.org/pub/scm/linux/kernel/git/linusw/linux-gpio
by Linus Torvalds
· 9 years ago
183c948
Merge tag 'tty-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty
by Linus Torvalds
· 9 years ago
ffb927d
Merge tag 'usb-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb
by Linus Torvalds
· 9 years ago
c6e6e58
Merge tag 'staging-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 9 years ago
fb41b4b
Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi
by Linus Torvalds
· 9 years ago
63b106a
Merge tag 'md/4.6-rc2-fix' of git://git.kernel.org/pub/scm/linux/kernel/git/shli/md
by Linus Torvalds
· 9 years ago
40bca9d
Merge tag 'pm+acpi-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 9 years ago
9ef11ce
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 9 years ago
839a3f7
Merge branch 'for-linus-4.6' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 9 years ago
6759212
Merge tag 'for-linus-4.6-ofs1' of git://git.kernel.org/pub/scm/linux/kernel/git/hubcap/linux
by Linus Torvalds
· 9 years ago
1a59c53
Merge tag 'iommu-fixes-v4.6-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu
by Linus Torvalds
· 9 years ago
caf2808
i2c: jz4780: really prevent potential division by zero
by Wolfram Sang
· 9 years ago
4ececb7
Revert "i2c: jz4780: prevent potential division by zero"
by Wolfram Sang
· 9 years ago
357f435
fix the copy vs. map logics in blk_rq_map_user_iov()
by Al Viro
· 9 years ago
636c8a8
Merge tag 'usb-serial-4.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/johan/usb-serial into usb-linus
by Greg Kroah-Hartman
· 9 years ago
30d237a
Merge tag 'mac80211-for-davem-2016-04-06' of git://git.kernel.org/pub/scm/linux/kernel/git/jberg/mac80211
by David S. Miller
· 9 years ago
3430284
bridge, netem: mark mailing lists as moderated
by stephen hemminger
· 9 years ago
cb910c1
parisc: Update comment regarding relative extable support
by Helge Deller
· 9 years ago
2ef4dfd
parisc: Unbreak handling exceptions from kernel modules
by Helge Deller
· 9 years ago
ef72f311
parisc: Fix kernel crash with reversed copy_from_user()
by Helge Deller
· 9 years ago
e389302
parisc: Avoid function pointers for kernel exception routines
by Helge Deller
· 9 years ago
592570c
parisc: Handle R_PARISC_PCREL32 relocations in kernel modules
by Helge Deller
· 9 years ago
016adb7
tuntap: restore default qdisc
by Jason Wang
· 9 years ago
Next »