Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
30140837f256558c943636245ab90897a9455a70
/
fs
3014083
fs/inode.c:clear_inode() is gone
by Al Viro
· 14 years ago
644da59
fs/inode.c:evict() doesn't care about delete vs. non-delete paths now
by Al Viro
· 14 years ago
07958f9
->delete_inode() is gone
by Al Viro
· 14 years ago
0930fcc
convert ext4 to ->evict_inode()
by Al Viro
· 14 years ago
7da08fd
convert logfs to ->evict_inode()
by Al Viro
· 14 years ago
8e22c1a
logfs: get rid of magical inodes
by Al Viro
· 14 years ago
6fd1e5c
convert nilfs2 to ->evict_inode()
by Al Viro
· 14 years ago
4ec70c9
convert exofs to ->evict_inode()
by Al Viro
· 14 years ago
845a2cc
convert reiserfs to ->evict_inode()
by Al Viro
· 14 years ago
bd55597
convert btrfs to ->evict_inode()
by Al Viro
· 14 years ago
d5c1515
switch gfs2 to ->evict_inode()
by Al Viro
· 14 years ago
066d92d
convert ocfs2 to ->evict_inode()
by Al Viro
· 14 years ago
94ee849
switch ncpfs to ->evict_inode()
by Al Viro
· 14 years ago
3aac2b6
switch udf to ->evict_inode()
by Al Viro
· 14 years ago
d640e1b
switch ubifs to ->evict_inode()
by Al Viro
· 14 years ago
62aff86
switch jfs to ->evict_inode()
by Al Viro
· 14 years ago
ea54400
switch hpfs to ->evict_inode()
by Al Viro
· 14 years ago
33b0daa
switch hppfs to ->evict_inode()
by Al Viro
· 14 years ago
f8ad850
try to get rid of races in hostfs open()
by Al Viro
· 14 years ago
f8d7e18
leak in hostfs_unlink()
by Al Viro
· 14 years ago
e919305
hostfs: fix races in dentry_name() and inode_name()
by Al Viro
· 14 years ago
c103135
new helper: __dentry_path()
by Al Viro
· 14 years ago
d0352d3
hostfs: sanitize symlinks
by Al Viro
· 14 years ago
c532222
hostfs: get rid of inode_dentry_name()
by Al Viro
· 14 years ago
4754b82
hostfs: get rid of file_type(), fold init_inode()
by Al Viro
· 14 years ago
39b743c
switch stat_file() to passing a single struct rather than fsckloads of pointers
by Al Viro
· 14 years ago
5e2df28
hostfs: pass pathname to init_inode()
by Al Viro
· 14 years ago
52b209f7
get rid of hostfs_read_inode()
by Al Viro
· 14 years ago
601d2c3
hostfs: don't keep a field in each inode when we are using it only in root
by Al Viro
· 14 years ago
e971a6d
stop icache pollution in hostfs, switch to ->evict_inode()
by Al Viro
· 14 years ago
f053ddd
switch affs to ->evict_inode()
by Al Viro
· 14 years ago
69c9e75
switch omfs to ->evict_inode()
by Al Viro
· 14 years ago
9df2f85
switch bfs to ->evict_inode(), clean up
by Al Viro
· 14 years ago
ac14a95
convert ext3 to ->evict_inode()
by Al Viro
· 14 years ago
58e8268
switch ufs to ->evict_inode()
by Al Viro
· 14 years ago
deee3ce
covert fatfs to ->evict_inode()
by Al Viro
· 14 years ago
d3b4f9a
switch smbfs to evict_inode()
by Al Viro
· 14 years ago
d299ead
switch sysv to ->evict_inode()
by Al Viro
· 14 years ago
72edc4d
merge ext2 delete_inode and clear_inode, switch to ->evict_inode()
by Al Viro
· 14 years ago
3937871
Don't dirty the victim in ext2_xattr_delete_inode()
by Al Viro
· 14 years ago
addacc7
Take dirtying the inode to callers of ext2_free_blocks()
by Al Viro
· 14 years ago
3889717
ext2: switch to dquot_free_block_nodirty()
by Al Viro
· 14 years ago
5ccb4a7
switch minix to ->evict_inode(), fix write_inode/delete_inode race
by Al Viro
· 14 years ago
01cd9fe
switch sysfs to ->evict_inode()
by Al Viro
· 14 years ago
8267952
switch procfs to ->evict_inode()
by Al Viro
· 14 years ago
77b8a75
simplify get_cramfs_inode()
by Al Viro
· 14 years ago
b0683aa
new helper: end_writeback()
by Al Viro
· 14 years ago
661074e
Take ->i_bdev/->i_cdev handling out of clear_inode()
by Al Viro
· 14 years ago
c628731
generic_detach_inode() can be static now
by Al Viro
· 14 years ago
2bbbda3
switch hugetlbfs to ->evict_inode()
by Al Viro
· 14 years ago
be7ce41
New method - evict_inode()
by Al Viro
· 14 years ago
b4272d4
unify fs/inode.c callers of clear_inode()
by Al Viro
· 14 years ago
a4ffdde
simplify checks for I_CLEAR/I_FREEING
by Al Viro
· 14 years ago
b5fc510
get rid of file_fsync()
by Al Viro
· 14 years ago
fa9b227
xfs: new truncate sequence
by Christoph Hellwig
· 14 years ago
2f246fd
exofs: New truncate sequence
by Boaz Harrosh
· 14 years ago
41cce64
jffs2: don't open-code iget_failed()
by Al Viro
· 14 years ago
2c27c65
check ATTR_SIZE contraints in inode_change_ok
by Christoph Hellwig
· 14 years ago
db78b87
always call inode_change_ok early in ->setattr
by Christoph Hellwig
· 14 years ago
1025774
remove inode_setattr
by Christoph Hellwig
· 14 years ago
eef2380
default to simple_setattr
by Christoph Hellwig
· 14 years ago
6a1a90a
rename generic_setattr
by Christoph Hellwig
· 14 years ago
d39aae9
add missing setattr methods
by Christoph Hellwig
· 14 years ago
155130a
get rid of block_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
6e1db88
introduce __block_write_begin
by Christoph Hellwig
· 14 years ago
f4e420d
clean up write_begin usage for directories in pagecache
by Christoph Hellwig
· 14 years ago
282dc17
get rid of cont_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
ea0f04e
get rid of nobh_write_begin_newtrunc
by Christoph Hellwig
· 14 years ago
eafdc7d
sort out blockdev_direct_IO variants
by Christoph Hellwig
· 14 years ago
2562495
fix leak in __logfs_create()
by Al Viro
· 14 years ago
0e4f6a7
Fix reiserfs_file_release()
by Al Viro
· 14 years ago
918377b
missing include in hppfs
by Al Viro
· 14 years ago
005a59e
Deal with missing exports for hostfs
by Al Viro
· 16 years ago
51102ee
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
6b0a299
Merge branch 'v2.6.35'
by Alex Elder
· 14 years ago
cb76d5e
cifs: fsc should not default to "on"
by Jeff Layton
· 14 years ago
f67909c
[CIFS] remove redundant path walking in dfs_do_refmount
by Steve French
· 14 years ago
f636a34
cifs: ignore the "mand", "nomand" and "_netdev" mount options
by Jeff Layton
· 14 years ago
3572d28
cifs: map NT_STATUS_ERROR_WRITE_PROTECTED to -EROFS
by Jeff Layton
· 14 years ago
f30b9c1
cifs: don't allow cifs_iget to match inodes of the wrong type
by Jeff Layton
· 14 years ago
9f84159
[CIFS] relinquish fscache cookie before freeing CIFSTconInfo
by Steve French
· 14 years ago
3e4b3e1
cifs: add separate cred_uid field to sesInfo
by Jeff Layton
· 14 years ago
f55fdcc
fs: cifs: check kmalloc() result
by Kulikov Vasiliy
· 14 years ago
0ccd480
[CIFS] Missing ifdef
by Steve French
· 14 years ago
d0e6f44
[CIFS] Missing line from previous commit
by Steve French
· 14 years ago
c5e04a3
[CIFS] Fix build break when CONFIG_CIFS_FSCACHE disabled
by Steve French
· 14 years ago
fa1df75
cifs: add mount option to enable local caching
by Suresh Jayaraman
· 14 years ago
5669823
cifs: read pages from FS-Cache
by Suresh Jayaraman
· 14 years ago
9dc0655
cifs: store pages into local cache
by Suresh Jayaraman
· 14 years ago
85f2d6b
cifs: FS-Cache page management
by Suresh Jayaraman
· 14 years ago
9451a9a
cifs: define inode-level cache object and register them
by Suresh Jayaraman
· 14 years ago
d03382c
cifs: define superblock-level cache index objects and register them
by Suresh Jayaraman
· 14 years ago
8913007
cifs: remove unused cifsUidInfo struct
by Jeff Layton
· 14 years ago
4ff67b7
cifs: clean up cifs_find_smb_ses (try #2)
by Jeff Layton
· 14 years ago
daf5b0b
cifs: match secType when searching for existing tcp session
by Jeff Layton
· 14 years ago
4515148
cifs: move address comparison into separate function
by Jeff Layton
· 14 years ago
50d9716
cifs: set the port in sockaddr in a more clearly defined fashion
by Jeff Layton
· 14 years ago
488f1d2d
cifs: define server-level cache index objects and register them
by Suresh Jayaraman
· 14 years ago
f579cf3
cifs: register CIFS for caching
by Suresh Jayaraman
· 14 years ago
c21dfb6
fs/cifs: Remove unnecessary casts of private_data
by Joe Perches
· 14 years ago
Next »