index
:
~funfunctor/linux
SP4
amd-trivial-cleanup
amdgpu-ratelimit-vmfaults
amdkfd-hacking
amdkfd-next
amdkfd-next-4.9
amdkfd-next-4.9-revised
bug100058
master
nativeaux-bug100745
nativeaux-bug100745_v2
thrustmaster-tx
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-25
fs: improve DCACHE_REFERENCED usage
Nick Piggin
1
-3
/
+6
2010-10-25
fs: use percpu counter for nr_dentry and nr_dentry_unused
Christoph Hellwig
1
-19
/
+32
2010-10-25
fs: simplify __d_free
Christoph Hellwig
1
-9
/
+5
2010-10-25
fs: take dcache_lock inside __d_path
Christoph Hellwig
2
-4
/
+4
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
16
-2
/
+21
2010-10-25
fs: introduce a per-cpu last_ino allocator
Eric Dumazet
1
-7
/
+38
2010-10-25
new helper: ihold()
Al Viro
35
-45
/
+52
2010-10-25
fs: remove inode_add_to_list/__inode_add_to_list
Christoph Hellwig
2
-39
/
+35
2010-10-25
fs: move i_count increments into find_inode/find_inode_fast
Christoph Hellwig
1
-11
/
+6
2010-10-25
fs: Stop abusing find_inode_fast in iunique
Christoph Hellwig
1
-5
/
+25
2010-10-25
fs: Factor inode hash operations into functions
Dave Chinner
1
-45
/
+55
2010-10-25
fs: Implement lazy LRU updates for inodes
Nick Piggin
2
-33
/
+64
2010-10-25
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
3
-22
/
+48
2010-10-25
vfs: fix infinite loop caused by clone_mnt race
Miklos Szeredi
1
-1
/
+1
2010-10-25
switch hfs to hlist_add_fake()
Al Viro
3
-4
/
+1
2010-10-25
list.h: new helper - hlist_add_fake()
Al Viro
2
-2
/
+2
2010-10-25
new helper: inode_unhashed()
Al Viro
4
-6
/
+6
2010-10-25
unexport invalidate_inodes
Al Viro
2
-1
/
+5
2010-10-25
smbfs never retains inodes with zero refcount in the first place
Al Viro
1
-1
/
+0
2010-10-25
ntfs: don't call invalidate_inodes()
Al Viro
1
-15
/
+0
2010-10-25
gfs2: invalidate_inodes() is no-op there
Al Viro
2
-2
/
+0
2010-10-25
ext2_remount: don't bother with invalidate_inodes()
Al Viro
1
-3
/
+1
2010-10-25
fs/buffer.c: call __block_write_begin() if we have page
Namhyung Kim
1
-5
/
+4
2010-10-25
lockdep: fixup checking of dir inode annotation
Namhyung Kim
1
-1
/
+1
2010-10-25
aio: bump i_count instead of using igrab
Chris Mason
1
-1
/
+14
2010-10-25
fs/buffer.c: remove duplicated assignment on b_private
Namhyung Kim
1
-1
/
+0
2010-10-25
fs: move exportfs since it is not a networking filesystem
Randy Dunlap
1
-3
/
+3
2010-10-25
hfs: use sync_dirty_buffer
Christoph Hellwig
2
-13
/
+2
2010-10-25
vfs: introduce FMODE_UNSIGNED_OFFSET for allowing negative f_pos
KAMEZAWA Hiroyuki
2
-4
/
+26
2010-10-25
hostfs: fix UML crash: remove f_spare from hostfs
Richard Weinberger
3
-10
/
+4
2010-10-25
affs: testing the wrong variable
Dan Carpenter
1
-2
/
+2
2010-10-25
fs: allow for more than 2^31 files
Eric Dumazet
1
-10
/
+7
2010-10-25
isofs: Fix isofs_get_blocks for 8TB files
Jan Kara
1
-9
/
+8
2010-10-25
fs: kill block_prepare_write
Christoph Hellwig
12
-72
/
+37
2010-10-25
fs: mark destroy_inode static
Christoph Hellwig
1
-1
/
+1
2010-10-25
fs: add sync_inode_metadata
Christoph Hellwig
8
-36
/
+28
2010-10-25
fs: move permission check back into __lookup_hash
Christoph Hellwig
1
-10
/
+4
2010-10-25
Merge branch 'nfs-for-2.6.37' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
24
-1392
/
+2000
2010-10-25
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
Linus Torvalds
2
-41
/
+27
2010-10-25
exofs: Remove inode->i_count manipulation in exofs_new_inode
Boaz Harrosh
1
-19
/
+9
2010-10-25
fs/exofs: typo fix of faild to failed
Joe Perches
3
-14
/
+14
2010-10-25
Coda: replace BKL with mutex
Yoshihisa Abe
3
-50
/
+68
2010-10-25
Coda: push BKL regions into coda_upcall()
Yoshihisa Abe
7
-189
/
+95
2010-10-25
Coda: add spin lock to protect accesses to struct coda_inode_info.
Yoshihisa Abe
5
-12
/
+44
2010-10-25
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
Linus Torvalds
1
-12
/
+0
2010-10-24
nfsd4: fix connection allocation in sequence()
J. Bruce Fields
1
-14
/
+17
2010-10-24
NFSv4.1: Use more sensible names for 'initialize_mountpoint'
Trond Myklebust
3
-11
/
+11
2010-10-24
NFSv4.1: pnfs: filelayout: add driver's LAYOUTGET and GETDEVICEINFO infrastru...
Andy Adamson
5
-2
/
+747
2010-10-24
NFSv4.1: pnfs: add LAYOUTGET and GETDEVICEINFO infrastructure
Andy Adamson
4
-33
/
+869
2010-10-24
NFS: client needs to maintain list of inodes with active layouts
Andy Adamson
4
-4
/
+176
[prev]
[next]