index
:
~nh/linux
master
mutex
Unnamed repository; edit this file 'description' to name the repository.
nh
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2011-07-20
->permission() sanitizing: don't pass flags to exec_permission()
Al Viro
1
-10
/
+7
2011-07-20
->permission() sanitizing: don't pass flags to ->permission()
Al Viro
27
-50
/
+50
2011-07-20
->permission() sanitizing: don't pass flags to generic_permission()
Al Viro
15
-18
/
+17
2011-07-20
->permission() sanitizing: don't pass flags to ->check_acl()
Al Viro
23
-27
/
+27
2011-07-20
->permission() sanitizing: pass MAY_NOT_BLOCK to ->check_acl()
Al Viro
13
-15
/
+14
2011-07-20
->permission() sanitizing: MAY_NOT_BLOCK
Al Viro
2
-3
/
+6
2011-07-20
kill check_acl callback of generic_permission()
Al Viro
18
-35
/
+44
2011-07-20
lockless get_write_access/deny_write_access
Al Viro
1
-46
/
+0
2011-07-20
move exec_permission() up to the rest of permission-related functions
Al Viro
1
-34
/
+38
2011-07-20
kill file_permission() completely
Al Viro
1
-18
/
+0
2011-07-20
consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling
Al Viro
4
-9
/
+14
2011-07-20
switch path_init() to exec_permission()
Al Viro
1
-1
/
+1
2011-07-20
switch udf_ioctl() to inode_permission()
Al Viro
1
-1
/
+1
2011-07-20
make exec_permission(dir) really equivalent to inode_permission(dir, MAY_EXEC)
Al Viro
1
-9
/
+9
2011-07-20
new helper: iterate_supers_type()
Al Viro
1
-0
/
+36
2011-07-20
fs: add a DCACHE_NEED_LOOKUP flag for d_flags
Josef Bacik
2
-2
/
+81
2011-07-19
fs/libfs.c: fix simple_attr_write() on 32bit machines
Akinobu Mita
1
-1
/
+1
2011-07-19
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-72
/
+35
2011-07-19
vfs: fix race in rcu lookup of pruned dentry
Linus Torvalds
1
-1
/
+6
2011-07-19
dlm: don't limit active work items
David Teigland
1
-1
/
+4
2011-07-18
Fix cifs_get_root()
Al Viro
1
-71
/
+29
2011-07-18
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
6
-45
/
+54
2011-07-17
hppfs_lookup(): don't open-code lookup_one_len()
Al Viro
1
-16
/
+3
2011-07-17
hppfs: fix dentry leak
Al Viro
1
-6
/
+6
2011-07-17
cramfs: get_cramfs_inode() returns ERR_PTR() on failure
Al Viro
1
-10
/
+12
2011-07-17
ufs should use d_splice_alias()
Al Viro
1
-8
/
+4
2011-07-17
fix exofs ->get_parent()
Al Viro
1
-1
/
+1
2011-07-17
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
3
-7
/
+7
2011-07-16
ceph analog of cifs build_path_from_dentry() race fix
Al Viro
1
-3
/
+16
2011-07-16
cifs: build_path_from_dentry() race fix
Al Viro
1
-1
/
+12
2011-07-15
dlm: use workqueue for callbacks
David Teigland
7
-205
/
+172
2011-07-15
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-17
/
+36
2011-07-15
GFS2: combine duplicated block freeing routines
Eric Sandeen
3
-60
/
+8
2011-07-15
GFS2: Add S_NOSEC support
Steven Whitehouse
3
-2
/
+6
2011-07-15
GFS2: Automatically adjust glock min hold time
Bob Peterson
4
-13
/
+36
2011-07-15
GFS2: Cache dir hash table in a contiguous buffer
Steven Whitehouse
6
-113
/
+115
2011-07-14
fix loop checks in d_materialise_unique()
Al Viro
1
-17
/
+34
2011-07-14
dlm: remove deadlock debug print
David Teigland
1
-3
/
+0
2011-07-14
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
7
-10
/
+50
2011-07-14
GFS2: Resolve inode eviction and ail list interaction bug
Steven Whitehouse
4
-8
/
+36
2011-07-13
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
3
-2
/
+3
2011-07-13
xfs: remove the dead XFS_DABUF_DEBUG code
Christoph Hellwig
2
-67
/
+12
2011-07-13
xfs: remove leftovers of the old btree tracing code
Christoph Hellwig
11
-621
/
+19
2011-07-13
xfs: remove the dead QUOTADEBUG code
Christoph Hellwig
8
-466
/
+8
2011-07-13
xfs: remove the unused xfs_buf_delwri_sort function
Christoph Hellwig
1
-8
/
+0
2011-07-13
xfs: remove wrappers around b_iodone
Christoph Hellwig
7
-24
/
+20
2011-07-13
xfs: remove wrappers around b_fspriv
Christoph Hellwig
6
-93
/
+61
2011-07-13
xfs: add a proper transaction pointer to struct xfs_buf
Christoph Hellwig
4
-30
/
+19
2011-07-13
xfs: factor out xfs_da_grow_inode_int
Christoph Hellwig
3
-167
/
+86
2011-07-13
xfs: factor out xfs_dir2_leaf_find_stale
Christoph Hellwig
1
-46
/
+37
[prev]
[next]