Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
shift
/
mainline
/
fb408e6ccc32404a05783911b6f3fed56bd17b06
/
fs
fb408e6
get rid of pointless checks for dentry->sb == NULL
by Al Viro
· 14 years ago
a4464db
Make ->d_sb assign-once and always non-NULL
by Al Viro
· 14 years ago
e3c3d9c
unexport kern_path_parent()
by Al Viro
· 14 years ago
e0a0124
switch vfs_path_lookup() to struct path
by Al Viro
· 14 years ago
ed75e95
kill lookup_create()
by Al Viro
· 14 years ago
dae6ad8
new helpers: kern_path_create/user_path_create
by Al Viro
· 14 years ago
49084c3
kill LOOKUP_CONTINUE
by Al Viro
· 14 years ago
8aeb376
nfs: LOOKUP_{OPEN,CREATE,EXCL} is set only on the last step
by Al Viro
· 14 years ago
4352780
cifs_lookup(): LOOKUP_OPEN is set only on the last component
by Al Viro
· 14 years ago
a127e0a
ceph: LOOKUP_OPEN is set only when it's the last component
by Al Viro
· 14 years ago
5c0f360
jfs_ci_revalidate() is safe from RCU mode
by Al Viro
· 14 years ago
407938e
LOOKUP_CREATE and LOOKUP_RENAME_TARGET can be set only on the last step
by Al Viro
· 14 years ago
dd7dd556
no need to check for LOOKUP_OPEN in ->create() instances
by Al Viro
· 14 years ago
bf6c7f6
don't pass nameidata to vfs_create() from ecryptfs_create()
by Al Viro
· 14 years ago
8a5e929
don't transliterate lower bits of ->intent.open.flags to FMODE_...
by Al Viro
· 14 years ago
554a8b9
Don't pass nameidata when calling vfs_create() from mknod()
by Al Viro
· 14 years ago
f7c8586
fix mknod() on nfs4 (hopefully)
by Al Viro
· 14 years ago
5114159
nameidata_to_nfs_open_context() doesn't need nameidata, actually...
by Al Viro
· 14 years ago
3d4ff43
nfs_open_context doesn't need struct path either
by Al Viro
· 14 years ago
82a2c1b
nfs4_opendata doesn't need struct path either
by Al Viro
· 14 years ago
643168c
nfs4_closedata doesn't need to mess with struct path
by Al Viro
· 14 years ago
7c97c20
cifs: fix the type of cifs_demultiplex_thread()
by Al Viro
· 14 years ago
beefebf1
ecryptfs_inode_permission() doesn't need to bail out on RCU
by Al Viro
· 14 years ago
d2d9e9f
merge do_revalidate() into its only caller
by Al Viro
· 14 years ago
4ad5abb
no reason to keep exec_permission() separate now
by Al Viro
· 14 years ago
d594e7e
massage generic_permission() to treat directories on a separate path
by Al Viro
· 14 years ago
eecdd35
->permission() sanitizing: don't pass flags to exec_permission()
by Al Viro
· 14 years ago
10556cb2
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 14 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 14 years ago
7e40145
->permission() sanitizing: don't pass flags to ->check_acl()
by Al Viro
· 14 years ago
9c2c703
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
by Al Viro
· 14 years ago
1fc0f78
->permission() sanitizing: MAY_NOT_BLOCK
by Al Viro
· 14 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 14 years ago
07b8ce1
lockless get_write_access/deny_write_access
by Al Viro
· 14 years ago
f4d6ff8
move exec_permission() up to the rest of permission-related functions
by Al Viro
· 14 years ago
3bfa784
kill file_permission() completely
by Al Viro
· 14 years ago
1b5d783
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
by Al Viro
· 14 years ago
78f32a9
switch path_init() to exec_permission()
by Al Viro
· 14 years ago
6f28610
switch udf_ioctl() to inode_permission()
by Al Viro
· 14 years ago
4cf2714
make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)
by Al Viro
· 14 years ago
43e15cd
new helper: iterate_supers_type()
by Al Viro
· 14 years ago
44396f4
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
by Josef Bacik
· 14 years ago
f7b8863
fs/libfs.c: fix simple_attr_write() on 32bit machines
by Akinobu Mita
· 14 years ago
e501f29
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
5943026
vfs: fix race in rcu lookup of pruned dentry
by Linus Torvalds
· 14 years ago
fec11dd
Fix cifs_get_root()
by Al Viro
· 14 years ago
d36c301
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
0916a5e
hppfs_lookup(): don't open-code lookup_one_len()
by Al Viro
· 14 years ago
3cc0658
hppfs: fix dentry leak
by Al Viro
· 14 years ago
0577d1b
cramfs: get_cramfs_inode() returns ERR_PTR() on failure
by Al Viro
· 14 years ago
642c937
ufs should use d_splice_alias()
by Al Viro
· 14 years ago
a803b80
fix exofs ->get_parent()
by Al Viro
· 14 years ago
f560f66
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
1b71fe2
ceph analog of cifs build_path_from_dentry() race fix
by Al Viro
· 14 years ago
dc137bf
cifs: build_path_from_dentry() race fix
by Al Viro
· 14 years ago
da1b001
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
1836750
fix loop checks in d_materialise_unique()
by Al Viro
· 14 years ago
5dcd07b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 14 years ago
380f7c6
GFS2: Resolve inode eviction and ail list interaction bug
by Steven Whitehouse
· 14 years ago
201f92e
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
94c0d4e
Fix ->d_lock locking order in unlazy_walk()
by Al Viro
· 14 years ago
c2ec947
[CIFS] update cifs to version 1.74
by Steve French
· 14 years ago
ea1be1a
[CIFS] update limit for snprintf in cifs_construct_tcon
by Steve French
· 14 years ago
62411ab
cifs: Fix signing failure when server mandates signing for NTLMSSP
by Shirish Pargaonkar
· 14 years ago
3942ae53
GFS2: Fix race during filesystem mount
by Steven Whitehouse
· 14 years ago
1ce5336
GFS2: force a log flush when invalidating the rindex glock
by Benjamin Marzinski
· 14 years ago
e5012d1
NFSv4.1: update nfs4_fattr_bitmap_maxsz
by Andy Adamson
· 14 years ago
71a1b44
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
f484b5d0
cifs: drop spinlock before calling cifs_put_tlink
by Jeff Layton
· 14 years ago
b9bce2e
cifs: fix expand_dfs_referral
by Jeff Layton
· 14 years ago
2054749
cifs: move bdi_setup_and_register outside of CONFIG_CIFS_DFS_UPCALL
by Jeff Layton
· 14 years ago
1acc930
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
54af2bd2
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
04db79b
cifs: factor smb_vol allocation out of cifs_setup_volume_info
by Jeff Layton
· 14 years ago
c902ce1
FS-Cache: Add a helper to bulk uncache pages on an inode
by David Howells
· 14 years ago
149e2d7
btrfs: fix oops when doing space balance
by Miao Xie
· 14 years ago
508794e
Btrfs: don't panic if we get an error while balancing V2
by Josef Bacik
· 14 years ago
0942caa
btrfs: add missing options displayed in mount output
by David Sterba
· 14 years ago
1316d4d
xfs: unpin stale inodes directly in IOP_COMMITTED
by Dave Chinner
· 14 years ago
f9e59bc
cifs: have cifs_cleanup_volume_info not take a double pointer
by Jeff Layton
· 14 years ago
b2a0fa1
cifs: fix build_unc_path_to_root to account for a prefixpath
by Jeff Layton
· 14 years ago
677d853
cifs: remove bogus call to cifs_cleanup_volume_info
by Jeff Layton
· 14 years ago
bcb65a7
FDPIC: Fix memory leak
by Davidlohr Bueso
· 14 years ago
a51cb91
fs: fix lock initialization
by Miklos Szeredi
· 14 years ago
121782a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 14 years ago
a8728d3
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
ee1b3ea
cifs: set socket send and receive timeouts before attempting connect
by Jeff Layton
· 14 years ago
032016a
hfsplus: Fix double iput of the same inode in hfsplus_fill_super()
by Alexey Khoroshilov
· 14 years ago
50176dd
hfsplus: add missing call to bio_put()
by Seth Forshee
· 14 years ago
2bea038
pnfs: write: Set mds_offset in the generic layer - it is needed by all LDs
by Boaz Harrosh
· 14 years ago
1d1221f
proc: restrict access to /proc/PID/io
by Vasiliy Kulikov
· 14 years ago
0814257
mm: fix assertion mapping->nrpages == 0 in end_writeback()
by Jan Kara
· 14 years ago
2b4b248
romfs: fix romfs_get_unmapped_area() argument check
by Bob Liu
· 14 years ago
af4087e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
by Linus Torvalds
· 14 years ago
4699d44
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
2f7e33d
btrfs: fix inconsonant inode information
by Miao Xie
· 14 years ago
258e43f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
804a007
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 14 years ago
9b90f51
Btrfs: make sure to update total_bitmaps when freeing cache V3
by Josef Bacik
· 14 years ago
e0f5406
Btrfs: fix type mismatch in find_free_extent()
by Ilya Dryomov
· 14 years ago
Next »