index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
fs
Age
Commit message (
Expand
)
Author
Files
Lines
2010-05-28
rename the generic fsync implementations
Christoph Hellwig
20
-28
/
+40
2010-05-28
drop unused dentry argument to ->fsync
Christoph Hellwig
55
-127
/
+106
2010-05-28
fs: Add missing mutex_unlock
Julia Lawall
1
-4
/
+9
2010-05-28
get rid of the magic around f_count in aio
Al Viro
2
-14
/
+13
2010-05-28
VFS: fix recent breakage of FS_REVAL_DOT
Neil Brown
1
-1
/
+1
2010-05-28
Revert "anon_inode: set S_IFREG on the anon_inode"
Al Viro
1
-1
/
+1
2010-05-27
Merge git://git.kernel.org/pub/scm/linux/kernel/git/mason/btrfs-unstable
Linus Torvalds
29
-2732
/
+5027
2010-05-27
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tyt...
Linus Torvalds
21
-779
/
+1060
2010-05-27
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
Linus Torvalds
2
-4
/
+17
2010-05-27
fs/: do not fallback to default_llseek() when readdir() uses BKL
jan Blunck
8
-0
/
+9
2010-05-27
vfs: introduce noop_llseek()
jan Blunck
1
-0
/
+17
2010-05-27
aio: fix the compat vectored operations
Jeff Moyer
2
-25
/
+42
2010-05-27
compat: factor out compat_rw_copy_check_uvector from compat_do_readv_writev
Jeff Moyer
1
-53
/
+77
2010-05-27
fs/affs: use ERR_CAST
Julia Lawall
1
-1
/
+1
2010-05-27
kcore: add _text to KCORE_TEXT
Wu Fengguang
1
-1
/
+1
2010-05-27
proc: remove obsolete comments
Amerigo Wang
1
-15
/
+0
2010-05-27
proc: cleanup: remove unused assignments
Dan Carpenter
2
-3
/
+2
2010-05-27
proc: get_nr_threads() doesn't need ->siglock any longer
Oleg Nesterov
2
-14
/
+2
2010-05-27
exit: avoid sig->count in de_thread/__exit_signal synchronization
Oleg Nesterov
1
-6
/
+5
2010-05-27
coredump: shift down_write(mmap_sem) into coredump_wait()
Oleg Nesterov
1
-12
/
+7
2010-05-27
coredump: factor out put_cred() calls
Oleg Nesterov
1
-10
/
+6
2010-05-27
coredump: cleanup "ispipe" code
Oleg Nesterov
1
-22
/
+17
2010-05-27
coredump: factor out the not-ispipe file checks
Oleg Nesterov
1
-32
/
+31
2010-05-27
exec: replace call_usermodehelper_pipe with use of umh init function and reso...
Neil Horman
1
-7
/
+56
2010-05-27
ufs: permit mounting of BorderWare filesystems
Thomas Stewart
2
-0
/
+3
2010-05-27
fs/autofs4: use memdup_user
Julia Lawall
1
-11
/
+2
2010-05-27
Btrfs: add more error checking to btrfs_dirty_inode
Chris Mason
1
-2
/
+13
2010-05-27
Btrfs: allow unaligned DIO
Chris Mason
1
-3
/
+35
2010-05-27
Btrfs: drop verbose enospc printk
Chris Mason
1
-0
/
+2
2010-05-27
Btrfs: Fix block generation verification race
Yan, Zheng
1
-1
/
+1
2010-05-27
Btrfs: fix preallocation and nodatacow checks in O_DIRECT
Chris Mason
1
-16
/
+140
2010-05-26
Merge git://git.kernel.org/pub/scm/linux/kernel/git/pkl/squashfs-linus
Linus Torvalds
13
-19
/
+696
2010-05-26
fs/fscache/object-list.c: fix warning on 32-bit
Andrew Morton
1
-1
/
+1
2010-05-26
Btrfs: avoid ENOSPC errors in btrfs_dirty_inode
Chris Mason
1
-3
/
+11
2010-05-26
Btrfs: move O_DIRECT space reservation to btrfs_direct_IO
Chris Mason
2
-6
/
+8
2010-05-26
NFS: Fix another nfs_wb_page() deadlock
Trond Myklebust
1
-2
/
+5
2010-05-26
NFS: Ensure that we mark the inode as dirty if we exit early from commit
Trond Myklebust
1
-2
/
+11
2010-05-26
NFS: Fix a lock imbalance typo in nfs_access_cache_shrinker
Trond Myklebust
1
-0
/
+1
2010-05-26
Btrfs: rework O_DIRECT enospc handling
Chris Mason
4
-30
/
+49
2010-05-26
driver core: add devname module aliases to allow module on-demand auto-loading
Kay Sievers
3
-2
/
+9
2010-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-2.6-fixes
Linus Torvalds
7
-54
/
+65
2010-05-25
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
Linus Torvalds
26
-513
/
+1566
2010-05-25
smbfs: remove duplicated #include
Huang Weiyi
1
-1
/
+0
2010-05-25
fs: ldm: don't use own implementation of hex_to_bin()
Andy Shevchenko
1
-9
/
+9
2010-05-25
fatfs: ratelimit corruption report
OGAWA Hirofumi
4
-18
/
+31
2010-05-25
ntfs: use add_to_page_cache_lru()
Minchan Kim
1
-15
/
+4
2010-05-25
ntfs: clean up ntfs_attr_extend_initialized
Minchan Kim
1
-7
/
+2
2010-05-25
kernel-wide: replace USHORT_MAX, SHORT_MAX and SHORT_MIN with USHRT_MAX, SHRT...
Alexey Dobriyan
3
-6
/
+6
2010-05-25
fs-writeback: check sync bit earlier in inode_wait_for_writeback
Richard Kennedy
1
-2
/
+2
2010-05-25
mm: migration: avoid race between shift_arg_pages() and rmap_walk() during mi...
Mel Gorman
1
-1
/
+6
[next]