Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
2e7be9db125a0bf940c5d65eb5c40d8700f738b5
/
fs
/
gfs2
/
dir.c
7a607a4
gfs2: Clean up gfs2_unstuff_dinode
by Andreas Gruenbacher
· 3 years, 6 months ago
9153dac
gfs2: Turn gfs2_extent_map into gfs2_{get,alloc}_extent
by Andreas Gruenbacher
· 3 years, 9 months ago
3ae3a7d
gfs2: Fix dir.c function parameter descriptions
by Bob Peterson
· 3 years, 9 months ago
88dca4c
mm: remove the pgprot argument to __vmalloc
by Christoph Hellwig
· 4 years, 7 months ago
cc44457
gfs2: leaf_dealloc needs to allocate one more revoke
by Bob Peterson
· 5 years ago
b3ca4e4
fs/gfs2: remove unused IS_DINODE and IS_LEAF macros
by Alex Shi
· 5 years ago
bccaef9
gfs2: Delete an unnecessary check before brelse()
by Markus Elfring
· 5 years ago
15a798f
gfs2: Use IS_ERR_OR_NULL
by Kefeng Wang
· 6 years ago
7336d0e
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 398
by Thomas Gleixner
· 6 years ago
fbb2787
gfs2: Rename gfs2_trans_{add_unrevoke => remove_revoke}
by Andreas Gruenbacher
· 6 years ago
0ddeded
gfs2: Pass resource group to rgblk_free
by Andreas Gruenbacher
· 6 years ago
c3abc29
gfs2: Remove unnecessary gfs2_rlist_alloc parameter
by Bob Peterson
· 6 years ago
e54c78a
gfs2: Use fs_* functions instead of pr_* function where we can
by Bob Peterson
· 6 years ago
d1b0cb9
gfs2: remove redundant variable 'moved'
by Colin Ian King
· 6 years ago
7a93251
Merge tag 'vfs-timespec64' of git://git.kernel.org/pub/scm/linux/kernel/git/arnd/playground
by Linus Torvalds
· 7 years ago
6da2ec5
treewide: kmalloc() -> kmalloc_array()
by Kees Cook
· 7 years ago
95582b0
vfs: change inode times to use struct timespec64
by Deepa Dinamani
· 7 years ago
83998cc
gfs2: Dirty source inode during rename
by Andreas Gruenbacher
· 7 years ago
235628c
gfs2: Add gfs2_max_stuffed_size
by Andreas Gruenbacher
· 7 years ago
77d0ab6
Merge tag 'gfs2-4.14.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 7 years ago
e477b24
gfs2: add flag REQ_PRIO for metadata I/O
by Coly Li
· 7 years ago
78dcf73
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
cdf0122
VFS: Provide empty name qstr
by David Howells
· 7 years ago
6f6597ba
gfs2: Protect gl->gl_object by spin lock
by Andreas Gruenbacher
· 8 years ago
d87d62b7
GFS2: Withdraw when directory entry inconsistencies are detected
by Bob Peterson
· 8 years ago
2f8b544
block,fs: untangle fs.h and blk_types.h
by Christoph Hellwig
· 8 years ago
101105b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
47a9a52
GFS2: use BIT() macro
by Fabian Frederick
· 8 years ago
3fc9d69
Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
d05d7f4
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 8 years ago
b403f23
Merge tag 'gfs2-4.7.fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 8 years ago
7024628
block: get rid of bio_rw and READA
by Christoph Hellwig
· 8 years ago
3ce37b2
gfs2: Fix gfs2_lookup_by_inum lock inversion
by Andreas Gruenbacher
· 9 years ago
2a222ca
fs: have submit_bh users pass in op and flags separately
by Mike Christie
· 9 years ago
287980e
remove lots of IS_ERR_VALUE abuses
by Arnd Bergmann
· 9 years ago
73b462d
GFS2: Eliminate parameter non_block on gfs2_inode_lookup
by Bob Peterson
· 9 years ago
67893f1
gfs2: avoid uninitialized variable warning
by Arnd Bergmann
· 9 years ago
471f3db
gfs2: change gfs2 readdir cookie
by Benjamin Marzinski
· 9 years ago
3401747
gfs2: keep offset when splitting dir leaf blocks
by Benjamin Marzinski
· 9 years ago
c8d5770
gfs2: Extended attribute readahead
by Andreas Gruenbacher
· 9 years ago
c36b97e
GFS2: Protect freeing directory hash table with i_lock spin_lock
by Bob Peterson
· 9 years ago
e36cb0b
VFS: (Scripted) Convert S_ISLNK/DIR/REG(dentry->d_inode) to d_is_*(dentry)
by David Howells
· 10 years ago
7456a37
GFS2: use __vmalloc GFP_NOFS for fs-related allocations.
by Oleg Drokin
· 10 years ago
9265f1d
GFS2: gfs2_dir_get_hash_table(): avoiding deferred vfree() is easy here...
by Al Viro
· 10 years ago
3cdcf63
GFS2: use kvfree() instead of open-coding it
by Al Viro
· 10 years ago
19aeb5a6
GFS2: Make rename not save dirent location
by Bob Peterson
· 10 years ago
d77d1b5
GFS2: Use pr_<level> more consistently
by Joe Perches
· 11 years ago
fc554ed
GFS2: global conversion to pr_foo()
by Fabian Frederick
· 11 years ago
44aaada
GFS2: Add meta readahead field in directory entries
by Steven Whitehouse
· 11 years ago
01bcb0d
GFS2: Add hints to directory leaf blocks
by Steven Whitehouse
· 11 years ago
22b5a6c
GFS2: For exhash conversion, only one block is needed
by Steven Whitehouse
· 11 years ago
2b47dad
GFS2: Remember directory insert point
by Steven Whitehouse
· 11 years ago
3c1c0ae
GFS2: Add directory addition info structure
by Steven Whitehouse
· 11 years ago
8be04b9
treewide: Add __GFP_NOWARN to k.alloc calls with v.alloc fallbacks
by Joe Perches
· 12 years ago
c4eb1b0
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 11 years ago
d81a8ef
[readdir] convert gfs2
by Al Viro
· 12 years ago
512cbf0
GFS2: fix regression in dir_double_exhash
by Bob Peterson
· 12 years ago
5a00f3c
GFS2: Only do one directory search on create
by Steven Whitehouse
· 12 years ago
e8830d8
GFS2: Fall back to vmalloc if kmalloc fails for dir hash tables
by Bob Peterson
· 12 years ago
94f2f14
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
f4108a6
gfs2: Split NO_QUOTA_CHANGE inot NO_UID_QUTOA_CHANGE and NO_GID_QUTOA_CHANGE
by Eric W. Biederman
· 12 years ago
350a9b0
GFS2: Split gfs2_trans_add_bh() into two
by Steven Whitehouse
· 12 years ago
343cd8f
GFS2: Use dirty_inode in gfs2_dir_add
by Bob Peterson
· 12 years ago
5407e24
GFS2: Fold quota data into the reservations struct
by Bob Peterson
· 13 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 13 years ago
5e2f7d6
GFS2: Make sure rindex is uptodate before starting transactions
by Bob Peterson
· 13 years ago
564e12b
GFS2: decouple quota allocations from block allocations
by Bob Peterson
· 13 years ago
6e87ed0
GFS2: move toward a generic multi-block allocator
by Bob Peterson
· 13 years ago
3c5d785
GFS2: combine gfs2_alloc_block and gfs2_alloc_di
by Bob Peterson
· 13 years ago
79c4c37
GFS2: f_ra is always valid in dir readahead function
by Steven Whitehouse
· 13 years ago
dfe4d34
GFS2: Add readahead to sequential directory traversal
by Bob Peterson
· 13 years ago
70b0c36
GFS2: Use cached rgrp in gfs2_rlist_add()
by Steven Whitehouse
· 13 years ago
8339ee5
GFS2: Make resource groups "append only" during life of fs
by Steven Whitehouse
· 13 years ago
ab9bbda
GFS2: Use ->dirty_inode()
by Steven Whitehouse
· 13 years ago
4c28d33
GFS2: Clean up dir hash table reading
by Steven Whitehouse
· 13 years ago
17d539f
GFS2: Cache dir hash table in a contiguous buffer
by Steven Whitehouse
· 14 years ago
3d6ecb7
GFS2: When adding a new dir entry, inc link count if it is a subdir
by Steven Whitehouse
· 14 years ago
855d23c
GFS2: Make gfs2_dir_del update link count when required
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
d24a7a4
GFS2: Combine transaction from gfs2_dir_exhash_dealloc
by Bob Peterson
· 14 years ago
0d95326
GFS2: remove *leaf_call_t and simplify leaf_dealloc
by Bob Peterson
· 14 years ago
44ad37d
GFS2: filesystem hang caused by incorrect lock order
by Bob Peterson
· 14 years ago
8d12358
GFS2: Make . and .. qstrs constant
by Steven Whitehouse
· 14 years ago
a2e0f79
GFS2: Remove i_disksize
by Steven Whitehouse
· 14 years ago
4244b52
GFS2: remove dependency on __GFP_NOFAIL
by David Rientjes
· 14 years ago
d2a97a4
GFS2: Use kmalloc when possible for ->readdir()
by Steven Whitehouse
· 14 years ago
728a756
GFS2: rename causes kernel Oops
by Bob Peterson
· 14 years ago
1a0eae8
GFS2: glock livelock
by Bob Peterson
· 15 years ago
1579343
GFS2: Remove dirent_first() function
by Steven Whitehouse
· 15 years ago
0901097
GFS2: Improve resource group error handling
by Steven Whitehouse
· 16 years ago
f057f6c
GFS2: Merge lock_dlm module into GFS2
by Steven Whitehouse
· 16 years ago
383f01f
GFS2: Banish struct gfs2_dinode_host
by Steven Whitehouse
· 16 years ago
c9e9888
GFS2: Move i_size from gfs2_dinode_host and rename it to i_disksize
by Steven Whitehouse
· 16 years ago
ad6203f2
GFS2: Move "entries" into "proper" inode
by Steven Whitehouse
· 16 years ago
16c5f06
[GFS2] fix GFP_KERNEL misuses
by Josef Bacik
· 17 years ago
182fe5a
[GFS2] possible null pointer dereference fixup
by Cyrill Gorcunov
· 17 years ago
9b8c81d
[GFS2] Allow bmap to allocate extents
by Steven Whitehouse
· 17 years ago
bb16b34
[GFS2] be*_add_cpu conversion
by Marcin Slusarz
· 17 years ago
Next »