Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
c6c56bdda160421b9c98d44e74cc24c7444133ab
/
fs
/
gfs2
32aaeff
Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux
by Linus Torvalds
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
afeacc8
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 13 years ago
f362f98
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f793f29
Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
ef3d0fd
vfs: do (nearly) lockless generic_file_llseek
by Andi Kleen
· 13 years ago
36b8d18
Merge branch 'next' of git://selinuxproject.org/~jmorris/linux-security
by Linus Torvalds
· 13 years ago
b99b98d
GFS2: Move readahead of metadata during deallocation into its own function
by Steven Whitehouse
· 13 years ago
9ae3242
GFS2: Remove two unused variables
by Steven Whitehouse
· 13 years ago
891a8e9
GFS2: Misc fixes
by Steven Whitehouse
· 13 years ago
64dd153
GFS2: rewrite fallocate code to write blocks directly
by Benjamin Marzinski
· 13 years ago
bd5437a
GFS2: speed up delete/unlink performance for large files
by Bob Peterson
· 13 years ago
f75bbfb
GFS2: Fix off-by-one in gfs2_blk2rgrpd
by Steven Whitehouse
· 13 years ago
13d921e
GFS2: Clean up ->page_mkwrite
by Steven Whitehouse
· 13 years ago
ccad4e1
GFS2: Correctly set goal block after allocation
by Steven Whitehouse
· 13 years ago
b5b24d7
GFS2: Fix AIL flush issue during fsync
by Steven Whitehouse
· 13 years ago
70b0c36
GFS2: Use cached rgrp in gfs2_rlist_add()
by Steven Whitehouse
· 13 years ago
d56fa8a
GFS2: Call do_strip() directly from recursive_scan()
by Steven Whitehouse
· 13 years ago
534029e
GFS2: Remove obsolete assert
by Steven Whitehouse
· 13 years ago
54335b1
GFS2: Cache the most recently used resource group in the inode
by Steven Whitehouse
· 13 years ago
8339ee5
GFS2: Make resource groups "append only" during life of fs
by Steven Whitehouse
· 13 years ago
7c9ca62
GFS2: Use rbtree for resource groups and clean up bitmap buffer ref count scheme
by Bob Peterson
· 13 years ago
9453615
GFS2: Fix lseek after SEEK_DATA, SEEK_HOLE have been added
by Steven Whitehouse
· 13 years ago
9a63edd
GFS2: Clean up gfs2_create
by Steven Whitehouse
· 13 years ago
ab9bbda
GFS2: Use ->dirty_inode()
by Steven Whitehouse
· 13 years ago
f181852
GFS2: Fix bug trap and journaled data fsync
by Steven Whitehouse
· 13 years ago
40ac218
GFS2: Fix inode allocation error path
by Steven Whitehouse
· 13 years ago
1d4ec64
GFS2: Make atime checks more efficient
by Steven Whitehouse
· 13 years ago
7554918
GFS2: Fix bug-trap in ail flush code
by Steven Whitehouse
· 13 years ago
2f0264d
GFS2: Split data write & wait in fsync
by Steven Whitehouse
· 13 years ago
4c28d33
GFS2: Clean up dir hash table reading
by Steven Whitehouse
· 13 years ago
65299a3
block: separate priority boosting from REQ_META
by Christoph Hellwig
· 13 years ago
5dc06c5
block: remove READ_META and WRITE_META
by Christoph Hellwig
· 13 years ago
5a2f3a0
Merge branch 'next-evm' of git://git.kernel.org/pub/scm/linux/kernel/git/zohar/ima-2.6 into next
by James Morris
· 13 years ago
1b8e949
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
d695212
switch posix_acl_equiv_mode() to umode_t *
by Al Viro
· 13 years ago
d3fb612
switch posix_acl_create() to umode_t *
by Al Viro
· 13 years ago
333c066
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 13 years ago
60063497
atomic: use <linux/atomic.h>
by Arun Sharma
· 13 years ago
1923703
GFS2: Fix mount hang caused by certain access pattern to sysfs files
by Steven Whitehouse
· 13 years ago
4e34e71
fs: take the ACL checks to common code
by Christoph Hellwig
· 13 years ago
826cae2
kill boilerplates around posix_acl_create_masq()
by Al Viro
· 13 years ago
bc26ab5
kill boilerplate around posix_acl_chmod_masq()
by Al Viro
· 13 years ago
e77819e
vfs: move ACL cache lookup into generic code
by Linus Torvalds
· 13 years ago
bbd9d6f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 13 years ago
6c673ab
simplify gfs2_lookup()
by Al Viro
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 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
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
9d8f13b
security: new security_inode_init_security API adds function callback
by Mimi Zohar
· 13 years ago
46fcb2e
GFS2: combine duplicated block freeing routines
by Eric Sandeen
· 13 years ago
9964afb
GFS2: Add S_NOSEC support
by Steven Whitehouse
· 13 years ago
7cf8dcd
GFS2: Automatically adjust glock min hold time
by Bob Peterson
· 13 years ago
17d539f
GFS2: Cache dir hash table in a contiguous buffer
by Steven Whitehouse
· 13 years ago
380f7c6
GFS2: Resolve inode eviction and ail list interaction bug
by Steven Whitehouse
· 13 years ago
3942ae5
GFS2: Fix race during filesystem mount
by Steven Whitehouse
· 13 years ago
1ce5336
GFS2: force a log flush when invalidating the rindex glock
by Benjamin Marzinski
· 13 years ago
d205df9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
by Linus Torvalds
· 13 years ago
b7c2f03
Merge branch 'trivial' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild-2.6
by Linus Torvalds
· 13 years ago
8d2c50e
gfs2: Drop __TIME__ usage
by Michal Marek
· 14 years ago
1495f23
vmscan: change shrinker API by passing shrink_control struct
by Ying Han
· 13 years ago
f90e5b5
GFS2: Processes waiting on inode glock that no processes are holding
by Bob Peterson
· 13 years ago
26b06a6
GFS2: Wait properly when flushing the ail list
by Steven Whitehouse
· 13 years ago
6d3117b
GFS2: Wipe directory hash table metadata when deallocating a directory
by Steven Whitehouse
· 13 years ago
6c1b8d9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-nmw
by Linus Torvalds
· 13 years ago
f2741d9
GFS2: Move all locking inside the inode creation function
by Steven Whitehouse
· 13 years ago
160b402
GFS2: Clean up symlink creation
by Steven Whitehouse
· 13 years ago
e2d0a13
GFS2: Clean up mkdir
by Steven Whitehouse
· 13 years ago
32e471e
GFS2: Use UUID field in generic superblock
by Steven Whitehouse
· 13 years ago
2ab9cd1
GFS2: Rename ops_inode.c to inode.c
by Steven Whitehouse
· 13 years ago
64ea540
GFS2: Inode.c is empty now, remove it
by Steven Whitehouse
· 13 years ago
9eed04c
GFS2: Move final part of inode.c into super.c
by Steven Whitehouse
· 13 years ago
194c011
GFS2: Move most of the remaining inode.c into ops_inode.c
by Steven Whitehouse
· 13 years ago
d4b2cf1
GFS2: Move gfs2_refresh_inode() and friends into glops.c
by Steven Whitehouse
· 13 years ago
94fb763
GFS2: Remove gfs2_dinode_print() function
by Steven Whitehouse
· 13 years ago
3d6ecb7
GFS2: When adding a new dir entry, inc link count if it is a subdir
by Steven Whitehouse
· 13 years ago
855d23c
GFS2: Make gfs2_dir_del update link count when required
by Steven Whitehouse
· 13 years ago
2baee03
GFS2: Don't use gfs2_change_nlink in link syscall
by Steven Whitehouse
· 13 years ago
588da3b
GFS2: Don't use a try lock when promoting to a higher mode
by Steven Whitehouse
· 14 years ago
d192a8e
GFS2: Double check link count under glock
by Steven Whitehouse
· 14 years ago
8f065d3
GFS2: Improve bug trap code in ->releasepage()
by Steven Whitehouse
· 14 years ago
4f1de01
GFS2: Fix ail list traversal
by Steven Whitehouse
· 14 years ago
6905d9e
GFS2: make sure fallocate bytes is a multiple of blksize
by Benjamin Marzinski
· 14 years ago
1879fd6
add hlist_bl_lock/unlock helpers
by Christoph Hellwig
· 14 years ago
c83ae9c
GFS2: Add an AIL writeback tracepoint
by Steven Whitehouse
· 14 years ago
4667a0e
GFS2: Make writeback more responsive to system conditions
by Steven Whitehouse
· 14 years ago
f42ab08
GFS2: Optimise glock lru and end of life inodes
by Steven Whitehouse
· 14 years ago
627c10b
GFS2: Improve tracing support (adds two flags)
by Steven Whitehouse
· 14 years ago
dba898b
GFS2: Clean up fsync()
by Steven Whitehouse
· 14 years ago
efc1a9c
GFS2: Remove unused macro
by Steven Whitehouse
· 14 years ago
29687a2
GFS2: Alter point of entry to glock lru list for glocks with an address_space
by Steven Whitehouse
· 14 years ago
5ac048b
GFS2: Use filemap_fdatawrite() to write back the AIL
by Steven Whitehouse
· 14 years ago
1027efa
GFS2: Make ->write_inode() really write
by Steven Whitehouse
· 14 years ago
556bb17
GFS2: move function foreach_leaf to gfs2_dir_exhash_dealloc
by Bob Peterson
· 14 years ago
ec038c8
GFS2: pass leaf_bh into leaf_dealloc
by Bob Peterson
· 14 years ago
Next »