Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
bd5fe6c5eb9c548d7f07fe8f89a150bb6705e8e3
bd5fe6c
fs: kill i_alloc_sem
by Christoph Hellwig
· 13 years ago
f9b5570
fs: simplify handling of zero sized reads in __blockdev_direct_IO
by Christoph Hellwig
· 13 years ago
9ea7df5
ext4: Rewrite ext4_page_mkwrite() to use generic helpers
by Jan Kara
· 13 years ago
5826869
fat: remove i_alloc_sem abuse
by Christoph Hellwig
· 13 years ago
8c5dc70
VFS: Fixup kerneldoc for generic_permission()
by Tobias Klauser
· 13 years ago
e46ebd2
anonfd: fix missing declaration
by Tomasz Stanislawski
· 13 years ago
8daaa83
xfs: make use of new shrinker callout for the inode cache
by Dave Chinner
· 13 years ago
8ab4766
vfs: increase shrinker batch size
by Dave Chinner
· 13 years ago
0e1fdaf
superblock: add filesystem shrinker operations
by Dave Chinner
· 13 years ago
4f8c19f
inode: remove iprune_sem
by Dave Chinner
· 13 years ago
b0d40c9
superblock: introduce per-sb cache shrinker infrastructure
by Dave Chinner
· 13 years ago
12ad3ab
superblock: move pin_sb_for_writeback() to fs/super.c
by Dave Chinner
· 13 years ago
09cc9fc
inode: move to per-sb LRU locks
by Dave Chinner
· 13 years ago
98b745c
inode: Make unused inode LRU per superblock
by Dave Chinner
· 13 years ago
fcb94f7
inode: convert inode_stat.nr_unused to per-cpu counters
by Dave Chinner
· 13 years ago
e9299f5
vmscan: add customisable shrinker batch size
by Dave Chinner
· 13 years ago
3567b59
vmscan: reduce wind up shrinker->nr when shrinker can't do work
by Dave Chinner
· 13 years ago
acf92b4
vmscan: shrinker->nr updates race and go wrong
by Dave Chinner
· 13 years ago
0957607
vmscan: add shrink_slab tracepoints
by Dave Chinner
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
0c1aa9a
deuglify squashfs_lookup()
by Al Viro
· 13 years ago
5b4b299
nfsd4_list_rec_dir(): don't bother with reopening rec_file
by Al Viro
· 13 years ago
e7f5909
kill useless checks for sb->s_op == NULL
by Al Viro
· 13 years ago
0ee5dc6
btrfs: kill magical embedded struct superblock
by Al Viro
· 13 years ago
fb408e6
get rid of pointless checks for dentry->sb == NULL
by Al Viro
· 13 years ago
a4464db
Make ->d_sb assign-once and always non-NULL
by Al Viro
· 13 years ago
e3c3d9c
unexport kern_path_parent()
by Al Viro
· 13 years ago
e0a0124
switch vfs_path_lookup() to struct path
by Al Viro
· 13 years ago
ed75e95
kill lookup_create()
by Al Viro
· 13 years ago
5da4e68
devtmpfs: get rid of bogus mkdir in create_path()
by Al Viro
· 13 years ago
69753a0
switch devtmpfs to kern_path_create()
by Al Viro
· 13 years ago
2780f1f
switch devtmpfs object creation/removal to separate kernel thread
by Al Viro
· 13 years ago
6657719
make sure that nsproxy_cache is initialized early enough
by Al Viro
· 13 years ago
1ba1068
switch do_spufs_create() to user_path_create(), fix double-unlock
by Al Viro
· 13 years ago
dae6ad8
new helpers: kern_path_create/user_path_create
by Al Viro
· 13 years ago
49084c3
kill LOOKUP_CONTINUE
by Al Viro
· 13 years ago
8aeb376
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
by Al Viro
· 13 years ago
4352780
cifs_lookup(): LOOKUP_OPEN is set only on the last component
by Al Viro
· 13 years ago
a127e0a
ceph: LOOKUP_OPEN is set only when it's the last component
by Al Viro
· 13 years ago
5c0f360
jfs_ci_revalidate() is safe from RCU mode
by Al Viro
· 13 years ago
407938e
LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step
by Al Viro
· 13 years ago
dd7dd55
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 13 years ago
bf6c7f6
don't pass nameidata to vfs_create() from ecryptfs_create()
by Al Viro
· 13 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 13 years ago
554a8b9
Don't pass nameidata when calling vfs_create() from mknod()
by Al Viro
· 13 years ago
f7c8586
fix mknod() on nfs4 (hopefully)
by Al Viro
· 13 years ago
5114159
nameidata_to_nfs_open_context() doesn't need nameidata, actually...
by Al Viro
· 13 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 13 years ago
82a2c1b
nfs4_opendata doesn't need struct path either
by Al Viro
· 13 years ago
643168c
nfs4_closedata doesn't need to mess with struct path
by Al Viro
· 13 years ago
7c97c20
cifs: fix the type of cifs_demultiplex_thread()
by Al Viro
· 13 years ago
beefebf
ecryptfs_inode_permission() doesn't need to bail out on RCU
by Al Viro
· 13 years ago
729cdb3
kill IPERM_FLAG_RCU
by Al Viro
· 13 years ago
76fe327
->permission() sanitizing: document API changes
by Al Viro
· 13 years ago
d2d9e9f
merge do_revalidate() into its only caller
by Al Viro
· 13 years ago
4ad5abb
no reason to keep exec_permission() separate now
by Al Viro
· 13 years ago
d594e7e
massage generic_permission() to treat directories on a separate path
by Al Viro
· 13 years ago
eecdd35
->permission() sanitizing: don't pass flags to exec_permission()
by Al Viro
· 13 years ago
cf1dd1d
selinux: don't transliterate MAY_NOT_BLOCK to IPERM_FLAG_RCU
by Al Viro
· 13 years ago
e74f71e
->permission() sanitizing: don't pass flags to ->inode_permission()
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 13 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 13 years ago
1fc0f78
->permission() sanitizing: MAY_NOT_BLOCK
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
07b8ce1
lockless get_write_access/deny_write_access
by Al Viro
· 13 years ago
f4d6ff8
move exec_permission() up to the rest of permission-related functions
by Al Viro
· 13 years ago
3bfa784
kill file_permission() completely
by Al Viro
· 13 years ago
1b5d783
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
by Al Viro
· 13 years ago
78f32a9
switch path_init() to exec_permission()
by Al Viro
· 13 years ago
6f28610
switch udf_ioctl() to inode_permission()
by Al Viro
· 13 years ago
4cf2714
make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)
by Al Viro
· 13 years ago
43e15cd
new helper: iterate_supers_type()
by Al Viro
· 13 years ago
44396f4
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
by Josef Bacik
· 13 years ago
e6625fa
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 13 years ago
47126d8
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/linux-arm-soc
by Linus Torvalds
· 13 years ago
4746efd
vmscan: fix a livelock in kswapd
by Shaohua Li
· 13 years ago
f7b8863
fs/libfs.c: fix simple_attr_write() on 32bit machines
by Akinobu Mita
· 13 years ago
e501f29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
5943026
vfs: fix race in rcu lookup of pruned dentry
by Linus Torvalds
· 13 years ago
38be7a7
ceph: fix file mode calculation
by Sage Weil
· 13 years ago
9daedd8
davinci: DM365 EVM: fix video input mux bits
by Jon Povey
· 13 years ago
33e1e5e
ARM: davinci: Check for NULL return from irq_alloc_generic_chip
by Todd Poynor
· 13 years ago
3a5c374
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
680ba7c
pppoe: Must flush connections when MAC address changes too.
by David S. Miller
· 13 years ago
a07c796
include/linux/sdla.h: remove the prototype of sdla()
by WANG Cong
· 13 years ago
fec11dd
Fix cifs_get_root()
by Al Viro
· 13 years ago
0b8f627
tulip: dmfe: Remove old log spamming pr_debugs
by Joe Perches
· 13 years ago
dc6b845
si4713-i2c: avoid potential buffer overflow on si4713
by Mauro Carvalho Chehab
· 13 years ago
524196d
Merge branch 'fix/asoc' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound-2.6
by Linus Torvalds
· 13 years ago
d36c301
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
a406721d
Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jdelvare/staging
by Linus Torvalds
· 13 years ago
0916a5e
hppfs_lookup(): don't open-code lookup_one_len()
by Al Viro
· 13 years ago
3cc0658
hppfs: fix dentry leak
by Al Viro
· 13 years ago
0577d1b
cramfs: get_cramfs_inode() returns ERR_PTR() on failure
by Al Viro
· 13 years ago
642c937
ufs should use d_splice_alias()
by Al Viro
· 13 years ago
a803b80
fix exofs ->get_parent()
by Al Viro
· 13 years ago
f560f66
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
3d68bd0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 13 years ago
Next »