Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
a24f423bdf253ccee369adc6c5451b40a0716fbb
/
fs
/
ocfs2
405f557
headers: smp_lock.h redux
by Alexey Dobriyan
· 15 years ago
cf5434e
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
d246ab3
ocfs2/trivial: Wrap ocfs2_sysfile_cluster_lock_key within define.
by Tao Ma
· 15 years ago
cb25797
ocfs2: Add lockdep annotations
by Jan Kara
· 15 years ago
df152c2
ocfs2: Disable orphan scanning for local and hard-ro mounts
by Sunil Mushran
· 15 years ago
3211949
ocfs2: Do not initialize lvb in ocfs2_orphan_scan_lock_res_init()
by Sunil Mushran
· 15 years ago
692684e
ocfs2: Stop orphan scan as early as possible during umount
by Sunil Mushran
· 15 years ago
c3d3884
ocfs2: Fix ocfs2_osb_dump()
by Sunil Mushran
· 15 years ago
94e41ec
ocfs2: Pin journal head before accessing jh->b_committed_data
by Sunil Mushran
· 15 years ago
1962f39
ocfs2: Update atime in splice read if necessary.
by Tao Ma
· 15 years ago
1c520df
ocfs2: Provide the ocfs2_dlm_lvb_valid() stack API.
by Joel Becker
· 15 years ago
90c699a
block: rename CONFIG_LBD to CONFIG_LBDAF
by Bartlomiej Zolnierkiewicz
· 15 years ago
300df7d
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 15 years ago
9af0b38
ocfs2/net: Use wait_event() in o2net_send_message_vec()
by Sunil Mushran
· 15 years ago
6b791bc
ocfs2: Adjust rightmost path in ocfs2_add_branch.
by Tao Ma
· 15 years ago
337eb00
Push BKL down into ->remount_fs()
by Alessio Igor Bogani
· 16 years ago
6cfd014
push BKL down into ->put_super
by Christoph Hellwig
· 16 years ago
94cb993
ocfs2: remove ->write_super and stop maintaining ->s_dirt
by Christoph Hellwig
· 16 years ago
e04cc15
ocfs2: fdatasync should skip unimportant metadata writeout
by Hisashi Hifumi
· 15 years ago
06c59bb
ocfs2: Remove redundant gotos in ocfs2_mount_volume()
by Tao Ma
· 15 years ago
73be192
ocfs2: Add statistics for the checksum and ecc operations.
by Joel Becker
· 16 years ago
15633a2
ocfs2 patch to track delayed orphan scan timer statistics
by Srinivas Eeda
· 15 years ago
8327393
ocfs2: timer to queue scan of all orphan slots
by Srinivas Eeda
· 15 years ago
edd45c0
ocfs2: Correct ordering of ip_alloc_sem and localloc locks for directories
by Jan Kara
· 15 years ago
80d73f1
ocfs2: Fix possible deadlock in quota recovery
by Jan Kara
· 15 years ago
65bac57
ocfs2: Fix possible deadlock with quotas in ocfs2_setattr()
by Jan Kara
· 15 years ago
b4c30de
ocfs2: Fix lock inversion in ocfs2_local_read_info()
by Jan Kara
· 15 years ago
4e8a301
ocfs2: Fix possible deadlock in ocfs2_global_read_dquot()
by Jan Kara
· 15 years ago
e1defc4
block: Do away with the notion of hardsect_size
by Martin K. Petersen
· 15 years ago
a731d12
ocfs2: Use nd_set_link().
by Joel Becker
· 16 years ago
2b53bc7
ocfs2: update comments in masklog.h
by Coly Li
· 16 years ago
a46fa68
ocfs2: Don't printk the error when listing too many xattrs.
by Tao Ma
· 16 years ago
7e567b4
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 16 years ago
dfa13f3
ocfs2: Fix a missing credit when deleting from indexed directories.
by Joel Becker
· 16 years ago
7e31a96
ocfs2/trivial: Remove unused variable in ocfs2_rename.
by Tao Ma
· 16 years ago
a5a0a63
ocfs2: Add missing iput() during error handling in ocfs2_dentry_attach_lock()
by Sunil Mushran
· 16 years ago
5b09b50
ocfs2: Fix some printk() warnings.
by Joel Becker
· 16 years ago
0fba813
ocfs2: Fix 2 warning during ocfs2 make.
by Tao Ma
· 16 years ago
328eaab
ocfs2: fix i_mutex locking in ocfs2_splice_to_file()
by Miklos Szeredi
· 16 years ago
035a571
ocfs2: Reserve 1 more cluster in expanding_inline_dir for indexed dir.
by Tao Ma
· 16 years ago
7bfac9e
splice: fix deadlock in splicing to file
by Miklos Szeredi
· 16 years ago
9140db0
ocfs2: recover orphans in offline slots during recovery and mount
by Srinivas Eeda
· 16 years ago
1fca3a0
ocfs2: Pagecache usage optimization on ocfs2
by Hisashi Hifumi
· 16 years ago
6ca497a
ocfs2: fix rare stale inode errors when exporting via nfs
by wengang wang
· 16 years ago
9405dcc
ocfs2/dlm: Tweak mle_state output
by Sunil Mushran
· 16 years ago
516b7e5
ocfs2/dlm: Do not purge lockres that is being migrated dlm_purge_lockres()
by Sunil Mushran
· 16 years ago
7141514
ocfs2/dlm: Remove struct dlm_lock_name in struct dlm_master_list_entry
by Sunil Mushran
· 16 years ago
e64ff14
ocfs2/dlm: Show the number of lockres/mles in dlm_state
by Sunil Mushran
· 16 years ago
7d62a978
ocfs2/dlm: dlm_set_lockres_owner() and dlm_change_lockres_owner() inlined
by Sunil Mushran
· 16 years ago
6800791
ocfs2/dlm: Improve lockres counts
by Sunil Mushran
· 16 years ago
2041d8f
ocfs2/dlm: Track number of mles
by Sunil Mushran
· 16 years ago
67ae1f0
ocfs2/dlm: Indent dlm_cleanup_master_list()
by Sunil Mushran
· 16 years ago
2ed6c75
ocfs2/dlm: Activate dlm->master_hash for master list entries
by Sunil Mushran
· 16 years ago
e2b66dd
ocfs2/dlm: Create and destroy the dlm->master_hash
by Sunil Mushran
· 16 years ago
c2cd4a4
ocfs2/dlm: Refactor dlm_clean_master_list()
by Sunil Mushran
· 16 years ago
f77a9a7
ocfs2/dlm: Clean up struct dlm_lock_name
by Sunil Mushran
· 16 years ago
1c08457
ocfs2/dlm: Encapsulate adding and removing of mle from dlm->master_list
by Sunil Mushran
· 16 years ago
feb473a
ocfs2: Optimize inode group allocation by recording last used group.
by Tao Ma
· 16 years ago
60ca81e
ocfs2: Allocate inode groups from global_bitmap.
by Tao Ma
· 16 years ago
1382115
ocfs2: Optimize inode allocation by remembering last group
by Tao Ma
· 16 years ago
1d46dc0
ocfs2: fix leaf start calculation in ocfs2_dx_dir_rebalance()
by Mark Fasheh
· 16 years ago
b80b549
ocfs2: re-order ocfs2_empty_dir checks
by Mark Fasheh
· 16 years ago
3a8df2b
ocfs2: Enable indexed directories
by Mark Fasheh
· 16 years ago
e3a93c2
ocfs2: Add total entry count to dx_root_block
by Mark Fasheh
· 16 years ago
198a1ca
ocfs2: Increase max links count
by Mark Fasheh
· 16 years ago
e7c17e4
ocfs2: Introduce dir free space list
by Mark Fasheh
· 16 years ago
4ed8a6b
ocfs2: Store dir index records inline
by Mark Fasheh
· 16 years ago
9b7895e
ocfs2: Add a name indexed b-tree to directory inodes
by Mark Fasheh
· 16 years ago
4a12ca3
ocfs2: Introduce dir lookup helper struct
by Mark Fasheh
· 16 years ago
59b526a
ocfs2: Remove debugfs file local_alloc_stats
by Sunil Mushran
· 16 years ago
5039750
ocfs2: Expose the file system state via debugfs
by Sunil Mushran
· 16 years ago
96a6c64
ocfs2: Move struct recovery_map to a header file
by Sunil Mushran
· 16 years ago
87d3d3f
ocfs2/hb: Expose the list of heartbeating nodes via debugfs
by Sunil Mushran
· 16 years ago
8fe74cf
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
c2ec175
mm: page_mkwrite change prototype to match fault
by Nick Piggin
· 16 years ago
ce3b0f8
New helper - current_umask()
by Al Viro
· 16 years ago
d8fba0f
constify dentry_operations: OCFS2
by Al Viro
· 16 years ago
712e53e
ocfs2: Use xs->bucket to set xattr value outside
by Tao Ma
· 16 years ago
74e77eb
ocfs2: Fix a bug found by sparse check.
by Tao Ma
· 16 years ago
d9ae49d
ocfs2: tweak to get the maximum inline data size with xattr
by Tiger Yang
· 16 years ago
6c9fd1d
ocfs2: reserve xattr block for new directory with inline data
by Tiger Yang
· 16 years ago
28d57d4
ocfs2: add IO error check in ocfs2_get_sector()
by wengang wang
· 16 years ago
4442f51
ocfs2: set gap to seperate entry and value when xattr in bucket
by Tiger Yang
· 16 years ago
c8b9cf9
ocfs2: lock the metaecc process for xattr bucket
by Tao Ma
· 16 years ago
89a907a
ocfs2: Use the right access_* method in ctime update of xattr.
by Tao Ma
· 16 years ago
53ecd25
ocfs2/dlm: Make dlm_assert_master_handler() kill itself instead of the asserter
by Sunil Mushran
· 16 years ago
dabc47d
ocfs2/dlm: Use ast_lock to protect ast_list
by Sunil Mushran
· 16 years ago
c74ff8b
ocfs2: Cleanup the lockname print in dlmglue.c
by Sunil Mushran
· 16 years ago
7dc102b
ocfs2/dlm: Retract fix for race between purge and migrate
by Sunil Mushran
· 16 years ago
47be12e
ocfs2: Access and dirty the buffer_head in mark_written.
by Tao Ma
· 16 years ago
7f5aa21
jbd2: Avoid possible NULL dereference in jbd2_journal_begin_ordered_truncate()
by Jan Kara
· 16 years ago
fd4ef23
ocfs2: add quota call to ocfs2_remove_btree_range()
by Mark Fasheh
· 16 years ago
a4b9196
ocfs2: Wakeup the downconvert thread after a successful cancel convert
by Sunil Mushran
· 16 years ago
554e7f9
ocfs2: Access the xattr bucket only before modifying it.
by Tao Ma
· 16 years ago
f8afead
ocfs2: Fix possible deadlock in ocfs2_write_dquot()
by Jan Kara
· 16 years ago
ea455f8
ocfs2: Push out dropping of dentry lock to ocfs2_wq
by Jan Kara
· 16 years ago
cc597bc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-quota-2.6
by Linus Torvalds
· 16 years ago
2fe4371
fs/Kconfig: move ocfs2 out
by Alexey Dobriyan
· 16 years ago
c475146
ocfs2: Remove ocfs2_dquot_initialize() and ocfs2_dquot_drop()
by Jan Kara
· 16 years ago
73ac36e
fix similar typos to successfull
by Coly Li
· 16 years ago
Next »