Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
8626e4a42675ff9903f7d4fbf14d8ebc11b5926c
/
fs
8626e4a
Merge commit '9249e17fe094d853d1ef7475dd559a2cc7e23d42' into nfs-for-3.6
by Trond Myklebust
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 13 years ago
f015f126
VFS: Comment mount following code
by David Howells
· 13 years ago
be34d1a
VFS: Make clone_mnt()/copy_tree()/collect_mounts() return errors
by David Howells
· 13 years ago
55e4def
VFS: Make chown() and lchown() call fchownat()
by David Howells
· 13 years ago
c3c4f69
do_dentry_open(): close the race with mark_files_ro() in failure exit
by Al Viro
· 13 years ago
85d7d61
mark_files_ro(): don't bother with mntget/mntput
by Al Viro
· 13 years ago
c4107b3
notify_change(): check that i_mutex is held
by Andrew Morton
· 13 years ago
b5fb63c1
fs: add nd_jump_link
by Christoph Hellwig
· 13 years ago
408ef01
fs: move path_put on failure out of ->follow_link
by Christoph Hellwig
· 13 years ago
ac481d6
debugfs: get rid of useless arguments to debugfs_{mkdir,symlink}
by Al Viro
· 13 years ago
cfa57c1
debugfs: fold debugfs_create_by_name() into the only caller
by Al Viro
· 13 years ago
c3b1a35
debugfs: make sure that debugfs_create_file() gets used only for regulars
by Al Viro
· 13 years ago
ee3efa9
__d_unalias() should refuse to move mountpoints
by Al Viro
· 13 years ago
e77fb7c
sysfs: just use d_materialise_unique()
by Al Viro
· 13 years ago
469796d
sysfs: switch to ->s_d_op and ->d_release()
by Al Viro
· 13 years ago
79714f7
get rid of kern_path_parent()
by Al Viro
· 13 years ago
1acf0af
VFS: Fix the banner comment on lookup_open()
by David Howells
· 13 years ago
312b63f
don't pass nameidata * to vfs_create()
by Al Viro
· 13 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 13 years ago
72bd866
fs/namei.c: don't pass nameidata to __lookup_hash() and lookup_real()
by Al Viro
· 13 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 13 years ago
201f956
fs/namei.c: don't pass namedata to lookup_dcache()
by Al Viro
· 13 years ago
4ce16ef3
fs/namei.c: don't pass nameidata to d_revalidate()
by Al Viro
· 13 years ago
0b728e1
stop passing nameidata * to ->d_revalidate()
by Al Viro
· 13 years ago
fa3c56b
fs/nfs/dir.c: switch to passing nd->flags instead of nd wherever possible
by Al Viro
· 13 years ago
facc353
nfs_lookup_verify_inode() - nd is *always* non-NULL here
by Al Viro
· 13 years ago
93420b4
switch nfs_lookup_check_intent() away from nameidata
by Al Viro
· 13 years ago
02e5180
do_dentry_open(): take initialization of file->f_path to caller
by Al Viro
· 13 years ago
2a027e7
fold __dentry_open() into its sole caller
by Al Viro
· 13 years ago
96b7e57
switch do_dentry_open() to returning int
by Al Viro
· 13 years ago
e45198a
make finish_no_open() return int
by Al Viro
· 13 years ago
2675a4e
fs/namei.c: get do_last() and friends return int
by Al Viro
· 13 years ago
30d9049
kill struct opendata
by Al Viro
· 13 years ago
a4a3bdd
kill opendata->{mnt,dentry}
by Al Viro
· 13 years ago
d958527
make ->atomic_open() return int
by Al Viro
· 13 years ago
3d8a00d
don't modify od->filp at all
by Al Viro
· 13 years ago
4723768
->atomic_open() prototype change - pass int * instead of bool *
by Al Viro
· 13 years ago
a8277b9
vfs: move O_DIRECT check to common code
by Miklos Szeredi
· 13 years ago
f60dc3d
vfs: do_last(): clean up retry
by Miklos Szeredi
· 13 years ago
77d660a
vfs: do_last(): clean up bool
by Miklos Szeredi
· 13 years ago
e83db16
vfs: do_last(): clean up labels
by Miklos Szeredi
· 13 years ago
aa4caad
vfs: do_last(): clean up error handling
by Miklos Szeredi
· 13 years ago
015c3bb
vfs: remove open intents from nameidata
by Miklos Szeredi
· 13 years ago
e43ae79
9p: implement i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
2d83bde
ceph: implement i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
3819219
ceph: remove unused arg from ceph_lookup_open()
by Miklos Szeredi
· 13 years ago
d2c1271
cifs: implement i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
c8ccbe0
fuse: implement i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
eda72af
nfs: don't use intents for checking atomic open
by Miklos Szeredi
· 13 years ago
50de348
nfs: don't use nd->intent.open.flags
by Miklos Szeredi
· 13 years ago
8867fe5
nfs: clean up ->create in nfs_rpc_ops
by Miklos Szeredi
· 13 years ago
0dd2b47
nfs: implement i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
d18e900
vfs: add i_op->atomic_open()
by Miklos Szeredi
· 13 years ago
54ef487
vfs: lookup_open(): expand lookup_hash()
by Miklos Szeredi
· 13 years ago
d58ffd3
vfs: add lookup_open()
by Miklos Szeredi
· 13 years ago
7157486
vfs: do_last(): common slow lookup
by Miklos Szeredi
· 13 years ago
b6183df
vfs: do_last(): separate O_CREAT specific code
by Miklos Szeredi
· 13 years ago
37d7fff
vfs: do_last(): inline lookup_slow()
by Miklos Szeredi
· 13 years ago
6d7b5aa
namei.c: let follow_link() do put_link() on failure
by Al Viro
· 13 years ago
1d67410
coda: use list_for_each_entry
by Al Viro
· 13 years ago
b3d9b7a
vfs: switch i_dentry/d_alias to hlist
by Al Viro
· 13 years ago
9f71387
ext4: get rid of open-coded d_find_any_alias()
by Al Viro
· 13 years ago
a614a09
ocfs2: use list_for_each_entry in ocfs2_find_local_alias()
by Al Viro
· 13 years ago
12447c4
affs: unobfuscate affs_fix_dcache()
by Al Viro
· 13 years ago
3084ee9
affs: get rid of open-coded list_for_each_entry()
by Al Viro
· 13 years ago
7968ce1
adfs: don't bother with ->i_dentry in ->destroy_inode()
by Al Viro
· 13 years ago
e6f9f8d
cifs: don't bother with ->i_dentry in ->destroy_inode()
by Al Viro
· 13 years ago
63a4458
qnx6: don't bother with ->i_dentry in inode-freeing callback
by Al Viro
· 13 years ago
6ce6e24
get rid of magic in proc_namespace.c
by Al Viro
· 13 years ago
f7a99c5
get rid of ->mnt_longterm
by Al Viro
· 13 years ago
d187663
fs/direct-io.c: adjust suspicious bit operation
by Julia Lawall
· 13 years ago
3dd8478
affs: get rid of affs_sync_super
by Artem Bityutskiy
· 13 years ago
a215fef
affs: introduce VFS superblock object back-reference
by Artem Bityutskiy
· 13 years ago
a837107
affs: stop using lock_super
by Artem Bityutskiy
· 13 years ago
e0471c8
affs: re-structure superblock locking a bit
by Artem Bityutskiy
· 13 years ago
0164b1a
affs: remove useless superblock writeout on remount
by Artem Bityutskiy
· 13 years ago
c9753b1
affs: remove useless superblock writeout on unmount
by Artem Bityutskiy
· 13 years ago
bc86256
affs: stop setting bm_flags
by Artem Bityutskiy
· 13 years ago
4264e6a
Merge tag 'nfs-for-3.5-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
8d657eb
Remove easily user-triggerable BUG from generic_setlease
by Dave Jones
· 12 years ago
91f68c8
block: fix infinite loop in __getblk_slow
by Jeff Moyer
· 12 years ago
5d8ecbb
fat: fix non-atomic NFS i_pos read
by Steven J. Magnani
· 12 years ago
fea9f71
fs: ramfs: file-nommu: add SetPageUptodate()
by Bob Liu
· 12 years ago
a4e08d0
ocfs2: fix NULL pointer dereference in __ocfs2_change_file_space()
by Luis Henriques
· 12 years ago
f1daf66
NFSv4: Fix an NFSv4 mount regression
by Trond Myklebust
· 12 years ago
4035c24
NFS: Fix list manipulation snafus in fs/nfs/direct.c
by Trond Myklebust
· 12 years ago
332a2e1
vfs: make O_PATH file descriptors usable for 'fchdir()'
by Linus Torvalds
· 12 years ago
26c439d
Merge tag 'ecryptfs-3.5-rc6-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
8dc6780
eCryptfs: Gracefully refuse miscdev file ops on inherited/passed files
by Tyler Hicks
· 13 years ago
1b7fa4c
Merge branch 'fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 12 years ago
064ea1a
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
5eecb9c
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
a4564ea
ocfs2: Fix bogus error message from ocfs2_global_read_info
by Jan Kara
· 13 years ago
65622e6
ocfs2: for SEEK_DATA/SEEK_HOLE, return internal error unchanged if ocfs2_get_clusters_nocache() or ocfs2_inode_lock() call failed.
by Jeff Liu
· 13 years ago
a75e9cc
ocfs2: use spinlock irqsave for downconvert lock.patch
by Srinivas Eeda
· 13 years ago
16865b7
ocfs2: Misplaced parens in unlikley
by roel
· 13 years ago
3e5d3c3
ocfs2: clear unaligned io flag when dio fails
by Junxiao Bi
· 13 years ago
60d65f1
eCryptfs: Fix lockdep warning in miscdev operations
by Tyler Hicks
· 13 years ago
9fe79d7
eCryptfs: Properly check for O_RDONLY flag before doing privileged open
by Tyler Hicks
· 13 years ago
Next »