Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
efa73d37c11af5082a5605665186c368f1196381
/
fs
/
jfs
/
super.c
1a59d1b8
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156
by Thomas Gleixner
· 5 years ago
b8cac3c
Merge tag 'jfs-5.2' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 6 years ago
b3b4a6e
jfs: switch to ->free_inode()
by Al Viro
· 6 years ago
2e3bc61
fs/jfs: Switch to use new generic UUID API
by Andy Shevchenko
· 6 years ago
02645bc
jfs: remove quota option from ignore list
by Chengguang Xu
· 6 years ago
0ea97a2
Merge branch 'work.mkdir' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 6 years ago
961b33c
jfs: Fix usercopy whitelist for inline inode data
by Kees Cook
· 6 years ago
5bef915
new helper: inode_fake_hash()
by Al Viro
· 6 years ago
8d2704d
jfs: Define usercopy region in jfs_ip slab cache
by David Windsor
· 7 years ago
1751e8a
Rename superblock flags (MS_xyz -> SB_xyz)
by Linus Torvalds
· 7 years ago
04d73f8
jfs: remove increment of i_version counter
by Jeff Layton
· 7 years ago
0f0d127
Merge branch 'work.mount' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 7 years ago
c227390
jfs should use MAX_LFS_FILESIZE when calculating s_maxbytes
by Dave Kleikamp
· 7 years ago
25f6a53
Merge tag 'jfs-4.13' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 7 years ago
bc98a42
VFS: Convert sb->s_flags & MS_RDONLY to sb_rdonly(sb)
by David Howells
· 7 years ago
12fd086
jfs: Set flags on quota files directly
by Jan Kara
· 8 years ago
9340747
fs: add i_blocksize()
by Fabian Frederick
· 8 years ago
684666e
jfs: atomically read inode size
by Fabian Frederick
· 8 years ago
7c0f6ba
Replace <asm/uaccess.h> with <linux/uaccess.h> globally
by Linus Torvalds
· 8 years ago
078cd82
fs: Replace CURRENT_TIME with current_time() for inode timestamps
by Deepa Dinamani
· 8 years ago
dba1e98
Merge tag 'jfs-4.7' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 9 years ago
09cbfea
mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros
by Kirill A. Shutemov
· 9 years ago
b18db6d
jfs: Remove terminating newlines from jfs_info, jfs_warn, jfs_err uses
by Joe Perches
· 9 years ago
5955102
wrappers for ->i_mutex access
by Al Viro
· 9 years ago
5d09705
kmemcg: account certain kmem allocations to memcg
by Vladimir Davydov
· 9 years ago
a2a1704
fs/jfs: remove unnecessary new_valid_dev() checks
by Yaowei Bai
· 9 years ago
7d2ac45
jfs: %pf is only for function pointers
by Scott Wood
· 10 years ago
648695c
jfs: Deletion of an unnecessary check before the function call "unload_nls"
by Markus Elfring
· 10 years ago
507e1fa
jfs: Convert to private i_dquot field
by Jan Kara
· 10 years ago
9bb8730
jfs: don't hash direct inode
by Al Viro
· 10 years ago
bb5e50a
fs/jfs/super.c: convert simple_str to kstr
by Fabian Frederick
· 10 years ago
789602e
fs/jfs/super.c: remove 0 assignment to static + code clean-up
by Fabian Frederick
· 10 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
2cc6a5a
jfs: use generic posix ACL infrastructure
by Christoph Hellwig
· 11 years ago
eb8630d
jfs: Update jfs_error
by Joe Perches
· 11 years ago
e9b3766
jfs: Several bugs in jfs_freeze() and jfs_unfreeze()
by Vahram Martirosyan
· 11 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
4de8027
fs/jfs: Fix typo in comment : 'how may' -> 'how many'
by Philippe De Muyter
· 12 years ago
eb0ad9c
Merge tag 'jfs-3.7' of git://github.com/kleikamp/linux-shaggy
by Linus Torvalds
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
c18cdc1
userns: Convert jfs to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
b40c2e6
fs/jfs: TRIM support for JFS Filesystem
by Tino Reichardt
· 12 years ago
a117782
quota: Move quota syncing to ->sync_fs method
by Jan Kara
· 12 years ago
76bf09f
jfs: mising cleanup on register_filesystem() failure
by Al Viro
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
c818b68
jfs: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
94b77bd
switch jfs to ->s_d_op, close exportfs races
by Al Viro
· 14 years ago
fb045ad
fs: dcache reduce branches in lookup path
by Nick Piggin
· 14 years ago
fa0d7e3d
fs: icache RCU free inodes
by Nick Piggin
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
22b26db
BKL: Remove BKL from JFS
by Jan Blunck
· 15 years ago
db71922
BKL: Explicitly add BKL around get_sb/fill_super
by Jan Blunck
· 14 years ago
62aff86
switch jfs to ->evict_inode()
by Al Viro
· 14 years ago
287a809
quota: rename default quotactl methods to dquot_
by Christoph Hellwig
· 15 years ago
123e9ca
quota: explicitly set ->dq_op and ->s_qcop
by Christoph Hellwig
· 15 years ago
e0ccfd9
quota: move unmount handling into the filesystem
by Christoph Hellwig
· 15 years ago
0f0dd62
quota: kill the vfs_dq_off and vfs_dq_quota_on_remount wrappers
by Christoph Hellwig
· 15 years ago
c79d967
quota: move remount handling into the filesystem
by Christoph Hellwig
· 15 years ago
684bdc7
JFS: Free sbi memory in error path
by Jan Blunck
· 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
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
28ba0ec
jfs: Fix 32bit build warning
by Alan Cox
· 15 years ago
6d729e4
fs: Make unload_nls() NULL pointer safe
by Thomas Gleixner
· 15 years ago
05fc079
switch jfs to inode->i_acl
by Al Viro
· 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
9c83633
missing unlock in jfs_quota_write()
by Dan Carpenter
· 16 years ago
8db0c5d
Merge branch 'master' of /home/shaggy/git/linus-clean/
by Dave Kleikamp
· 16 years ago
b5c816a
jfs: return f_fsid for statfs(2)
by Coly Li
· 16 years ago
c4be0c1
filesystem freeze: add error handling of write_super_lockfs/unlockfs
by Takashi Sato
· 16 years ago
a447c09
vfs: Use const for kernel parser table
by Steven Whitehouse
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
74abb98
quota: move function-macros from quota.h to quotaops.h
by Jan Kara
· 16 years ago
6536d28
JFS: skip bad iput() call in error path
by Dave Kleikamp
· 16 years ago
eab1df7
iget: stop JFS from using iget() and read_inode()
by David Howells
· 17 years ago
5c5e32c
mount options: fix jfs
by Miklos Szeredi
· 17 years ago
3965516
exportfs: make struct export_operations const
by Christoph Hellwig
· 17 years ago
d425de7
jfs: new export ops
by Christoph Hellwig
· 17 years ago
4ba9b9d
Slab API: remove useless ctor parameter and reorder parameters
by Christoph Lameter
· 17 years ago
20c2df8
mm: Remove slab destructors from kmem_cache_create().
by Paul Mundt
· 17 years ago
5ca2960
knfsd: exportfs: remove iget abuse
by Christoph Hellwig
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
a35afb8
Remove SLAB_CTOR_CONSTRUCTOR
by Christoph Lameter
· 18 years ago
50953fe
slab allocators: Remove SLAB_DEBUG_INITIAL flag
by Christoph Lameter
· 18 years ago
ee9b6d6
[PATCH] Mark struct super_operations const
by Josef 'Jeff' Sipek
· 18 years ago
4a6e617
[PATCH] fs/*: trivial vsnprintf() conversion
by Alexey Dobriyan
· 18 years ago
e18b890
[PATCH] slab: remove kmem_cache_t
by Christoph Lameter
· 18 years ago
63f83c9
JFS: White space cleanup
by Dave Kleikamp
· 18 years ago
087387f
[PATCH] JFS: return correct error when i-node allocation failed
by Akinobu Mita
· 18 years ago
8bcb283
JFS: Fix bug in quota code. tmp_bh.b_size must be initialized
by Dave Kleikamp
· 18 years ago
115ff50
JFS: Quota support broken, no quota_read and quota_write
by Dave Kleikamp
· 18 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 18 years ago
726c334
[PATCH] VFS: Permit filesystem to perform statfs with a known root dentry
by David Howells
· 18 years ago
454e239
[PATCH] VFS: Permit filesystem to override root dentry on mount
by David Howells
· 18 years ago
Next »