index
:
blaster4385/linux-IllusionX
main
v6.12.1
v6.12.10
v6.13
Linux kernel with personal config changes for arch linux
Blaster4385
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-08-09
add missing setattr methods
Christoph Hellwig
5
-0
/
+60
2010-08-09
get rid of block_write_begin_newtrunc
Christoph Hellwig
12
-85
/
+101
2010-08-09
introduce __block_write_begin
Christoph Hellwig
9
-64
/
+37
2010-08-09
clean up write_begin usage for directories in pagecache
Christoph Hellwig
13
-107
/
+57
2010-08-09
get rid of cont_write_begin_newtrunc
Christoph Hellwig
8
-27
/
+62
2010-08-09
get rid of nobh_write_begin_newtrunc
Christoph Hellwig
3
-41
/
+16
2010-08-09
sort out blockdev_direct_IO variants
Christoph Hellwig
14
-83
/
+140
2010-08-09
fix leak in __logfs_create()
Al Viro
1
-1
/
+4
2010-08-09
Fix reiserfs_file_release()
Al Viro
3
-24
/
+30
2010-08-09
missing include in hppfs
Al Viro
1
-0
/
+1
2010-08-09
Deal with missing exports for hostfs
Al Viro
1
-3
/
+3
2010-08-09
ecryptfs: dont call lookup_one_len to avoid NULL nameidata
Lino Sanfilippo
1
-12
/
+77
2010-08-09
fs/ecryptfs/file.c: introduce missing free
Julia Lawall
1
-2
/
+2
2010-08-09
ecryptfs: release reference to lower mount if interpose fails
Lino Sanfilippo
1
-2
/
+3
2010-08-09
eCryptfs: Handle ioctl calls with unlocked and compat functions
Tyler Hicks
1
-21
/
+35
2010-08-09
ecryptfs: Fix warning in ecryptfs_process_response()
Prarit Bhargava
1
-1
/
+1
2010-08-09
Merge commit 'linus/master' into bkl/core
Frederic Weisbecker
320
-7912
/
+9330
2010-08-08
Squashfs: fix checkpatch.pl warnings
Phillip Lougher
1
-10
/
+10
2010-08-09
autofs/autofs4: Move compat_ioctl handling into fs
Arnd Bergmann
3
-39
/
+113
2010-08-08
mtd: Remove obsolete <mtd/compatmac.h> include
David Woodhouse
1
-1
/
+0
2010-08-08
omfs: fix uninitialized variable warning
Bill Pemberton
1
-1
/
+1
2010-08-08
jffs2: Update copyright notices
David Woodhouse
18
-2
/
+20
2010-08-07
Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/fred...
Linus Torvalds
1
-7
/
+0
2010-08-07
Merge branch 'for-2.6.36' of git://linux-nfs.org/~bfields/linux
Linus Torvalds
11
-287
/
+465
2010-08-07
AFS: Fix the module init error handling
David Howells
1
-3
/
+6
2010-08-07
Merge branch 'nfs-for-2.6.36' of git://git.linux-nfs.org/projects/trondmy/nfs...
Linus Torvalds
22
-381
/
+624
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/msz...
Linus Torvalds
3
-7
/
+227
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryu...
Linus Torvalds
22
-887
/
+1235
2010-08-07
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
Linus Torvalds
24
-639
/
+896
2010-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
15
-176
/
+181
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tei...
Linus Torvalds
2
-15
/
+2
2010-08-07
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jac...
Linus Torvalds
2
-3
/
+0
2010-08-07
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
Linus Torvalds
14
-257
/
+179
2010-08-07
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
Linus Torvalds
22
-245
/
+262
2010-08-07
O2net: Disallow o2net accept connection request from itself.
Tristan Ye
1
-5
/
+12
2010-08-07
ocfs2/dlm: remove potential deadlock -V3
Wengang Wang
1
-4
/
+0
2010-08-07
ocfs2/dlm: avoid incorrect bit set in refmap on recovery master
Wengang Wang
2
-25
/
+31
2010-08-07
Fix the nested PR lock calling issue in ACL
Jiaju Zhang
1
-3
/
+21
2010-08-07
ocfs2: Count more refcount records in file system fragmentation.
Tao Ma
1
-5
/
+15
2010-08-07
ocfs2 fix o2dlm dlm run purgelist (rev 3)
Srinivas Eeda
1
-46
/
+34
2010-08-07
ocfs2/dlm: fix a dead lock
Wengang Wang
1
-3
/
+2
2010-08-07
ocfs2: do not overwrite error codes in ocfs2_init_acl
Tiger Yang
1
-2
/
+7
2010-08-07
writeback: optimize periodic bdi thread wakeups
Artem Bityutskiy
1
-25
/
+11
2010-08-07
writeback: prevent unnecessary bdi threads wakeups
Artem Bityutskiy
1
-11
/
+48
2010-08-07
writeback: move bdi threads exiting logic to the forker thread
Artem Bityutskiy
1
-42
/
+12
2010-08-07
writeback: move last_active to bdi
Artem Bityutskiy
1
-3
/
+3
2010-08-07
writeback: do not remove bdi from bdi_list
Artem Bityutskiy
1
-7
/
+0
2010-08-07
writeback: do not lose wake-ups in bdi threads
Artem Bityutskiy
1
-8
/
+9
2010-08-07
writeback: harmonize writeback threads naming
Artem Bityutskiy
1
-1
/
+1
2010-08-07
coda: fixup clash with block layer REQ_* defines
Jens Axboe
2
-12
/
+12
[prev]
[next]