index
:
drm-misc
drm-misc-fixes
drm-misc-next
drm-misc-next-fixes
drm-misc-templates
for-linux-next
for-linux-next-fixes
topic/rust-drm
Kernel DRM miscellaneous fixes and cross-tree changes
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
Age
Commit message (
Expand
)
Author
Files
Lines
2010-10-25
split invalidate_inodes()
Al Viro
4
-6
/
+51
2010-10-25
fs: skip I_FREEING inodes in writeback_sb_inodes
Christoph Hellwig
1
-2
/
+7
2010-10-25
fs: fold invalidate_list into invalidate_inodes
Christoph Hellwig
1
-27
/
+16
2010-10-25
fs: do not drop inode_lock in dispose_list
Christoph Hellwig
1
-18
/
+2
2010-10-25
fs: inode split IO and LRU lists
Nick Piggin
5
-41
/
+58
2010-10-25
fs: switch bdev inode bdi's correctly
Dave Chinner
1
-5
/
+21
2010-10-25
fs: fix buffer invalidation in invalidate_list
Christoph Hellwig
1
-9
/
+7
2010-10-25
fsnotify: use dget_parent
Christoph Hellwig
1
-28
/
+5
2010-10-25
smbfs: use dget_parent
Christoph Hellwig
2
-18
/
+8
2010-10-25
exportfs: use dget_parent
Christoph Hellwig
1
-9
/
+8
2010-10-25
fs: use RCU read side protection in d_validate
Christoph Hellwig
1
-19
/
+12
2010-10-25
fs: clean up dentry lru modification
Christoph Hellwig
1
-26
/
+23
2010-10-25
fs: split __shrink_dcache_sb
Christoph Hellwig
1
-60
/
+67
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
3
-20
/
+35
2010-10-25
fs: simplify __d_free
Christoph Hellwig
1
-9
/
+5
2010-10-25
fs: take dcache_lock inside __d_path
Christoph Hellwig
4
-8
/
+4
2010-10-25
fs: do not assign default i_ino in new_inode
Christoph Hellwig
31
-2
/
+36
2010-10-25
fs: introduce a per-cpu last_ino allocator
Eric Dumazet
1
-7
/
+38
2010-10-25
new helper: ihold()
Al Viro
40
-49
/
+57
2010-10-25
fs: remove inode_add_to_list/__inode_add_to_list
Christoph Hellwig
3
-41
/
+38
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
4
-41
/
+71
2010-10-25
fs: Convert nr_inodes and nr_unused to per-cpu counters
Dave Chinner
5
-25
/
+52
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
3
-2
/
+8
2010-10-25
new helper: inode_unhashed()
Al Viro
6
-8
/
+13
2010-10-25
unexport invalidate_inodes
Al Viro
3
-2
/
+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
update block_device_operations documentation
Christoph Hellwig
1
-8
/
+23
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
4
-4
/
+33
2010-10-25
hostfs: fix UML crash: remove f_spare from hostfs
Richard Weinberger
3
-10
/
+4
2010-10-25
Documentation: Fix trivial typo in filesystems/sharedsubtree.txt
Valerie Aurora
1
-2
/
+2
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
4
-24
/
+21
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
14
-73
/
+39
2010-10-25
fs: mark destroy_inode static
Christoph Hellwig
2
-2
/
+1
[next]