Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf770c137122b78470a67ebd5498947869a09197
/
fs
cf770c1
quota: Move quotaio_v[12].h from include/linux/ to fs/
by Jan Kara
· 16 years ago
ca785ec
quota: Introduce DQUOT_QUOTA_SYS_FILE flag
by Jan Kara
· 16 years ago
6929f89
reiserfs: Use sb_any_quota_loaded() instead of sb_any_quota_enabled().
by Jan Kara
· 16 years ago
17bd13b
ext4: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
by Jan Kara
· 16 years ago
ee0d5ff
ext3: Use sb_any_quota_loaded() instead of sb_any_quota_enabled()
by Jan Kara
· 16 years ago
f55abc0
quota: Allow to separately enable quota accounting and enforcing limits
by Jan Kara
· 16 years ago
e4bc7b4
quota: Make _SUSPENDED just a flag
by Jan Kara
· 16 years ago
1497d3a
quota: Remove bogus 'optimization' in check_idq() and check_bdq()
by Jan Kara
· 16 years ago
1209546
quota: Increase size of variables for limits and inode usage
by Jan Kara
· 16 years ago
74f783a
quota: Add callbacks for allocating and destroying dquot structures
by Jan Kara
· 16 years ago
9f868f1
ocfs2/xattr: Restore not_found in xis
by Tao Ma
· 16 years ago
97aff52
ocfs2/xattr: Fix a bug in xattr allocation estimation
by Tao Ma
· 16 years ago
53ef99c
ocfs2: Remove JBD compatibility layer
by Mark Fasheh
· 16 years ago
511308d
ocfs2: Convert ocfs2_read_dir_block() to ocfs2_read_virt_blocks()
by Joel Becker
· 16 years ago
a8549fb
ocfs2: Wrap virtual block reads in ocfs2_read_virt_blocks()
by Joel Becker
· 16 years ago
970e493
ocfs2: Validate metadata only when it's read from disk.
by Joel Becker
· 16 years ago
4ae1d69
ocfs2: Wrap xattr block reads in a dedicated function
by Joel Becker
· 16 years ago
a22305c
ocfs2: Wrap dirblock reads in a dedicated function.
by Joel Becker
· 16 years ago
5e96581
ocfs2: Wrap extent block reads in a dedicated function.
by Joel Becker
· 16 years ago
4203530
ocfs2: Morph the haphazard OCFS2_IS_VALID_GROUP_DESC() checks.
by Joel Becker
· 16 years ago
68f64d4
ocfs2: Wrap group descriptor reads in a dedicated function.
by Joel Becker
· 16 years ago
57e3e79
ocfs2: Consolidate validation of group descriptors.
by Joel Becker
· 16 years ago
10995aa
ocfs2: Morph the haphazard OCFS2_IS_VALID_DINODE() checks.
by Joel Becker
· 16 years ago
b657c95
ocfs2: Wrap inode block reads in a dedicated function.
by Joel Becker
· 16 years ago
a68979b
ocfs2: add mount option and Kconfig option for acl
by Tiger Yang
· 16 years ago
89c38bd
ocfs2: add ocfs2_init_acl in mknod
by Tiger Yang
· 16 years ago
060bc66
ocfs2: add ocfs2_acl_chmod
by Tiger Yang
· 16 years ago
23fc270
ocfs2: add ocfs2_check_acl
by Tiger Yang
· 16 years ago
929fb01
ocfs2: add POSIX ACL API
by Tiger Yang
· 16 years ago
4e3e9d0
ocfs2: add ocfs2_xattr_get_nolock
by Tiger Yang
· 16 years ago
534eadd
ocfs2: add ocfs2_init_security in during file create
by Tiger Yang
· 16 years ago
923f7f3
ocfs2: add security xattr API
by Tiger Yang
· 16 years ago
6c3faba
ocfs2: add ocfs2_xattr_set_handle
by Tiger Yang
· 16 years ago
f5d3620
ocfs2: move new inode allocation out of the transaction
by Tiger Yang
· 16 years ago
fecc011
ocfs2: turn __ocfs2_remove_inode_range() into ocfs2_remove_btree_range()
by Mark Fasheh
· 16 years ago
85db90e
ocfs2/xattr: Merge xattr set transaction.
by Tao Ma
· 16 years ago
78f30c3
ocfs2/xattr: Reserve meta/data at the beginning of ocfs2_xattr_set.
by Tao Ma
· 16 years ago
c73f60f
ocfs2/xattr: Move clusters free into dealloc.
by Tao Ma
· 16 years ago
2891d29
ocfs2: Add clusters free in dealloc_ctxt.
by Tao Ma
· 16 years ago
976331d
ocfs2/xattr: Only extend xattr bucket in need.
by Tao Ma
· 16 years ago
757055a
ocfs2/xattr: Only set buffer update if it doesn't exist in cache.
by Tao Ma
· 16 years ago
1c32a2f
ocfs2/xattr: Remove additional bucket allocation in bucket defragment.
by Tao Ma
· 16 years ago
02dbf38
ocfs2: Use buckets in ocfs2_xattr_set_entry_in_bucket().
by Joel Becker
· 16 years ago
161d6f3
ocfs2: Use buckets in ocfs2_defrag_xattr_bucket().
by Joel Becker
· 16 years ago
178eeac
ocfs2: Use buckets in ocfs2_xattr_create_index_block().
by Joel Becker
· 16 years ago
e2356a3
ocfs2: Use buckets in ocfs2_xattr_bucket_find().
by Joel Becker
· 16 years ago
ba93712
ocfs2: Take ocfs2_xattr_bucket structures off of the stack.
by Joel Becker
· 16 years ago
4980c6d
ocfs2: Copy xattr buckets with a dedicated function.
by Joel Becker
· 16 years ago
1224be0
ocfs2: Wrap journal_access/journal_dirty for xattr buckets.
by Joel Becker
· 16 years ago
784b816
ocfs2: Improve ocfs2_read_xattr_bucket().
by Joel Becker
· 16 years ago
6dde41d
ocfs2: Provide a wrapper to brelse() xattr bucket buffers.
by Joel Becker
· 16 years ago
3e63294
ocfs2: Convenient access to an xattr bucket's header.
by Joel Becker
· 16 years ago
51def39
ocfs2: Convenient access to xattr bucket data blocks.
by Joel Becker
· 16 years ago
9c7759a
ocfs2: Convenient access to an xattr bucket's block number.
by Joel Becker
· 16 years ago
4ac6032
ocfs2: Field prefixes for the xattr_bucket structure
by Joel Becker
· 16 years ago
fe0bdec
Merge branch 'audit.b61' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current
by Linus Torvalds
· 16 years ago
54566b2
fs: symlink write_begin allocation context fix
by Nick Piggin
· 16 years ago
c644f0e
fs: introduce bgl_lock_ptr()
by Pekka Enberg
· 16 years ago
157cf64
sanitize audit_fd_pair()
by Al Viro
· 16 years ago
7d3b56b
Merge branch 'cpus4096-for-linus-3' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 16 years ago
3bfacef
get rid of special-casing the /sbin/loader on alpha
by Al Viro
· 16 years ago
17580d7
sanitize ifdefs in binfmt_aout
by Al Viro
· 16 years ago
fe30af9
remove the rudiment of a.out for sparc
by Al Viro
· 16 years ago
8e3bda0
Merge branch 'linux-next' of git://git.infradead.org/ubifs-2.6
by Linus Torvalds
· 16 years ago
597b0d2
Merge branch 'kvm-updates/2.6.29' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 16 years ago
d0eafc7
CRED: Wrap task credential accesses in the devpts filesystem
by David Howells
· 16 years ago
8c056e5
devpts: fix unused function warning
by Andrew Morton
· 16 years ago
835aa44
devpts: Coding style clean up
by Alan Cox
· 16 years ago
2a1b2dc
Enable multiple instances of devpts
by Sukadev Bhattiprolu
· 16 years ago
d4076ac
Define get_init_pts_sb()
by Sukadev Bhattiprolu
· 16 years ago
1f8f1e2
Define mknod_ptmx()
by Sukadev Bhattiprolu
· 16 years ago
53af8ee
Extract option parsing to new function
by Sukadev Bhattiprolu
· 16 years ago
31af0ab
Per-mount 'config' object
by Sukadev Bhattiprolu
· 16 years ago
e76b7c0
Per-mount allocated_ptys
by Sukadev Bhattiprolu
· 16 years ago
59e55e6
Remove devpts_root global
by Sukadev Bhattiprolu
· 16 years ago
b58602a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
1f3403f
nfsd race fixes: jfs
by Dave Kleikamp
· 16 years ago
c1eaa26
nfsd race fixes: reiserfs
by Al Viro
· 16 years ago
6b38e84
nfsd race fixes: ext4
by Al Viro
· 16 years ago
c38012d
nfsd race fixes: ext3
by Al Viro
· 16 years ago
41080b5
nfsd race fixes: ext2
by Al Viro
· 16 years ago
261bca8
nfsd/create race fixes, infrastructure
by Al Viro
· 16 years ago
272eb01
filesystem notification: create fs/notify to contain all fs notification
by Eric Paris
· 16 years ago
c2acf7b
fs/block_dev.c: __read_mostly improvement and sb_is_blkdev_sb utilization
by Denis ChengRq
· 16 years ago
6badd79
kill ->dir_notify()
by Al Viro
· 16 years ago
b6b3fde
filp_cachep can be static in fs/file_table.c
by Eric Dumazet
· 16 years ago
1239f26
make INIT_FS use the __RW_LOCK_UNLOCKED initialization
by Steven Rostedt
· 16 years ago
18d8fda
take init_fs to saner place
by Al Viro
· 16 years ago
cb23beb
kill vfs_permission
by Christoph Hellwig
· 16 years ago
3fb6419
pass a struct path * to may_open
by Christoph Hellwig
· 16 years ago
b4091d5
kill walk_init_root
by Christoph Hellwig
· 16 years ago
66f2218
remove incorrect comment in inode_permission
by Christoph Hellwig
· 16 years ago
52afeef
expand some comments (d_path / seq_path)
by Arjan van de Ven
· 16 years ago
be42c4c
correct wrong function name of d_put in kernel document and source comment
by Zhaolei
· 16 years ago
dc711ca
fix switch_names() breakage in short-to-short case
by Al Viro
· 16 years ago
7df5fa0
befs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
a63d0ff
freevxfs: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
21acaf8
sysv: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
e83c139
ext4: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
b5ed311
ext3: ensure fast symlinks are NUL-terminated
by Duane Griffin
· 16 years ago
Next »