Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
dd556fa317e0b84f59bc4af2f8f2d70653a8fe17
/
fs
/
ocfs2
/
inode.c
0a4ebed
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 13 years ago
249ec93
ocfs2: Use filemap_write_and_wait() instead of write_inode_now()
by Jan Kara
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
64f3b26
ocfs2: Remove masklog ML_INODE.
by Tao Ma
· 14 years ago
6218b90
ocfs2: Little refactoring against ocfs2_iget.
by Tao Ma
· 14 years ago
c1e8d35
ocfs2: Remove EXIT from masklog.
by Tao Ma
· 14 years ago
ef6b689
ocfs2: Remove ENTRY from masklog.
by Tao Ma
· 14 years ago
b595076
tree-wide: fix comment/printk typos
by Uwe Kleine-König
· 14 years ago
5e98d49
Track negative entries v3
by Goldwyn Rodrigues
· 14 years ago
f5ce5a0
ocfs2: Fix incorrect checksum validation error
by Sunil Mushran
· 14 years ago
45321ac
Make ->drop_inode() just return whether inode needs to be dropped
by Al Viro
· 14 years ago
066d92d
convert ocfs2 to ->evict_inode()
by Al Viro
· 14 years ago
03e6230
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
78f9467
Ocfs2: Optimize ocfs2 truncate to use ocfs2_remove_btree_range() instead.
by Tristan Ye
· 14 years ago
e4b963f
ocfs2: Wrap signal blocking in void functions.
by Joel Becker
· 15 years ago
e3b4a97
ocfs2: use allocation reservations for directory data
by Mark Fasheh
· 15 years ago
4fe370a
ocfs2: use allocation reservations during file write
by Mark Fasheh
· 15 years ago
ec20cec
ocfs2: Make ocfs2_journal_dirty() void.
by Joel Becker
· 15 years ago
d577632
ocfs2: Avoid a gcc warning in ocfs2_wipe_inode().
by Joel Becker
· 15 years ago
f9221fd
Merge branch 'skip_delete_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2-mark into ocfs2-fixes
by Joel Becker
· 15 years ago
0350cb0
ocfs2: potential ERR_PTR dereference on error paths
by Dan Carpenter
· 15 years ago
d4cd187
ocfs2: add OCFS2_INODE_SKIP_ORPHAN_DIR flag and honor it in the inode wipe code
by Li Dongyang
· 15 years ago
5a0e3ad
include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h
by Tejun Heo
· 15 years ago
b54c2ca
Ocfs2: Handle deletion of reflinked oprhan inodes correctly.
by Tristan Ye
· 15 years ago
871a293
dquot: cleanup dquot initialize routine
by Christoph Hellwig
· 15 years ago
907f455
dquot: move dquot initialization responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
9f75475
dquot: cleanup dquot drop routine
by Christoph Hellwig
· 15 years ago
257ba15
dquot: move dquot drop responsibility into the filesystem
by Christoph Hellwig
· 15 years ago
63936dd
dquot: cleanup inode allocation / freeing routines
by Christoph Hellwig
· 15 years ago
2bd6321
ocfs2/trivial: Remove trailing whitespaces
by Sunil Mushran
· 15 years ago
8b2c0db
ocfs2: Call refcount tree remove process properly.
by Tao Ma
· 15 years ago
6136ca5
ocfs2: Drop struct inode from ocfs2_extent_tree_operations.
by Joel Becker
· 16 years ago
0cf2f76
ocfs2: Pass struct ocfs2_caching_info to the journal functions.
by Joel Becker
· 16 years ago
292dd27
ocfs2: move ip_created_trans to struct ocfs2_caching_info
by Joel Becker
· 16 years ago
66fb345
ocfs2: move ip_last_trans to struct ocfs2_caching_info
by Joel Becker
· 16 years ago
8cb471e
ocfs2: Take the inode out of the metadata read/write paths.
by Joel Becker
· 16 years ago
6e5a3d7
ocfs2: Change metadata caching locks to an operations structure.
by Joel Becker
· 16 years ago
47460d6
ocfs2: Make the ocfs2_caching_info structure self-contained.
by Joel Becker
· 16 years ago
cb25797
ocfs2: Add lockdep annotations
by Jan Kara
· 15 years ago
6ca497a
ocfs2: fix rare stale inode errors when exporting via nfs
by wengang wang
· 16 years ago
1382115
ocfs2: Optimize inode allocation by remembering last group
by Tao Ma
· 16 years ago
198a1ca
ocfs2: Increase max links count
by Mark Fasheh
· 16 years ago
9b7895e
ocfs2: Add a name indexed b-tree to directory inodes
by Mark Fasheh
· 16 years ago
13723d0
ocfs2: Use metadata-specific ocfs2_journal_access_*() functions.
by Joel Becker
· 16 years ago
d6b32bb
ocfs2: block read meta ecc.
by Joel Becker
· 16 years ago
a90714c
ocfs2: Add quota calls for allocation and freeing of inodes and space
by Jan Kara
· 16 years ago
bbbd0eb
ocfs2: Mark system files as not subject to quota accounting
by Jan Kara
· 16 years ago
1a224ad
ocfs2: Assign feature bits and system inodes to quota feature and quota files
by Jan Kara
· 16 years ago
970e493
ocfs2: Validate metadata only when it's read from disk.
by Joel Becker
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
ae0dff6
ocfs2: Set journal descriptor to NULL after journal shutdown
by Sunil Mushran
· 16 years ago
d4a8c93
ocfs2: Make cached block reads the common case.
by Joel Becker
· 16 years ago
07446dc
ocfs2: Move ocfs2_bread() into dir.c
by Joel Becker
· 16 years ago
0fcaa56
ocfs2: Simplify ocfs2_read_block()
by Joel Becker
· 16 years ago
31d3307
ocfs2: Require an inode for ocfs2_read_block(s)().
by Joel Becker
· 16 years ago
da1e909
ocfs2: Separate out sync reads from ocfs2_read_blocks()
by Joel Becker
· 16 years ago
a81cb88
ocfs2: Don't check for NULL before brelse()
by Mark Fasheh
· 16 years ago
2b4e30f
ocfs2: Switch over to JBD2.
by Joel Becker
· 16 years ago
cf1d6c7
ocfs2: Add extended attribute support
by Tiger Yang
· 16 years ago
53da493
ocfs2: POSIX file locks support
by Mark Fasheh
· 16 years ago
4092d49
ocfs2: convert byte order of constant instead of variable
by Marcin Slusarz
· 17 years ago
5fa0613
ocfs2: Silence false lockdep warnings
by Jan Kara
· 17 years ago
e63aecb6
ocfs2: Rename ocfs2_meta_[un]lock
by Mark Fasheh
· 17 years ago
c934a92
ocfs2: Remove data locks
by Mark Fasheh
· 17 years ago
34d024f
ocfs2: Remove mount/unmount votes
by Mark Fasheh
· 17 years ago
a46043e
ocfs2: log valid inode # on bad inode
by Mark Fasheh
· 17 years ago
2759236
[PATCH] fs/ocfs2: Add missing "space"
by Joe Perches
· 17 years ago
1afc32b
ocfs2: Write support for inline data
by Mark Fasheh
· 17 years ago
15b1e36
ocfs2: Structure updates for inline data
by Mark Fasheh
· 17 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
1ca1a11
ocfs2: fix sparse warnings in fs/ocfs2
by Mark Fasheh
· 18 years ago
6e4b0d5
[PATCH] Copy i_flags to ocfs2 inode flags on write
by Jan Kara
· 18 years ago
ee19a77
ocfs2: Wrap access of directory allocations with ip_alloc_sem.
by Joel Becker
· 18 years ago
8341897
ocfs2: Cache extent records
by Mark Fasheh
· 18 years ago
8110b07
ocfs2: Fix up i_blocks calculation to know about holes
by Mark Fasheh
· 18 years ago
49cb8d2
ocfs2: Read from an unwritten extent returns zeros
by Mark Fasheh
· 18 years ago
60b1139
ocfs2: zero tail of sparse files on truncate
by Mark Fasheh
· 18 years ago
3a0782d
ocfs2: teach extend/truncate about sparse files
by Mark Fasheh
· 18 years ago
363041a
ocfs2: temporarily remove extent map caching
by Mark Fasheh
· 18 years ago
6f16bf6
ocfs2: small cleanup of ocfs2_request_delete()
by Mark Fasheh
· 18 years ago
68e2b74
ocfs2: remove unused code
by Tiger Yang
· 18 years ago
5000863
ocfs2: Remove delete inode vote
by Tiger Yang
· 18 years ago
6a1bd4a
ocfs2: cleanup ocfs2_iget() errors
by Mark Fasheh
· 18 years ago
c271c5c
ocfs2: local mounts
by Sunil Mushran
· 18 years ago
7f1a37e
ocfs2: core atime update functions
by Tiger Yang
· 18 years ago
1fabe14
ocfs2: Remove struct ocfs2_journal_handle in favor of handle_t
by Mark Fasheh
· 18 years ago
65eff9c
ocfs2: remove handle argument to ocfs2_start_trans()
by Mark Fasheh
· 18 years ago
02dc1af
ocfs2: pass ocfs2_super * into ocfs2_commit_trans()
by Mark Fasheh
· 18 years ago
4bcec18
ocfs2: remove unused handle argument from ocfs2_meta_lock_full()
by Mark Fasheh
· 18 years ago
02928a7
ocfs2: remove unused ocfs2_handle_add_inode()
by Mark Fasheh
· 18 years ago
ba52de1
[PATCH] inode-diet: Eliminate i_blksize from the inode structure
by Theodore Ts'o
· 18 years ago
24c19ef
ocfs2: Remove i_generation from inode lock names
by Mark Fasheh
· 18 years ago
379dfe9
ocfs2: Hook rest of the file system into dentry locking API
by Mark Fasheh
· 18 years ago
aa95887
ocfs2: implement directory read-ahead
by Mark Fasheh
· 19 years ago
ca4d147
ocfs2: add ext2 attributes
by Herbert Poetzl
· 18 years ago
b069705
ocfs2: don't use MLF* in the file system
by Mark Fasheh
· 19 years ago
b4df6ed
[PATCH] ocfs2: fix orphan recovery deadlock
by Mark Fasheh
· 19 years ago
251b6ec
[OCFS2] Make ip_io_sem a mutex
by Mark Fasheh
· 19 years ago
1b1dcc1
[PATCH] mutex subsystem, semaphore to mutex: VFS, ->i_sem
by Jes Sorensen
· 19 years ago
Next »