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.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
2014-06-07
fs/ceph/debugfs.c: replace seq_printf by seq_puts
Fabian Frederick
1
-3
/
+3
2014-06-07
fs/ceph: replace pr_warning by pr_warn
Fabian Frederick
4
-6
/
+6
2014-06-05
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/...
Linus Torvalds
2
-0
/
+14
2014-06-05
fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
Fabian Frederick
1
-1
/
+1
2014-06-05
fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul
Fabian Frederick
1
-7
/
+6
2014-06-05
fs/binfmt_flat.c: make old_reloc() static
Axel Lin
1
-1
/
+1
2014-06-05
fs/binfmt_elf.c: fix bool assignements
Fabian Frederick
1
-2
/
+2
2014-06-05
fs/efs: convert printk(KERN_DEBUG to pr_debug
Fabian Frederick
3
-26
/
+17
2014-06-05
fs/efs: add pr_fmt / use __func__
Fabian Frederick
6
-35
/
+49
2014-06-05
fs/efs: convert printk to pr_foo()
Fabian Frederick
5
-35
/
+32
2014-06-05
fs/exportfs/expfs.c: kernel-doc warning fixes
Fabian Frederick
1
-2
/
+2
2014-06-05
fs/efivarfs/super.c: use static const for dentry_operations
Fabian Frederick
1
-1
/
+1
2014-06-05
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
Tim Chen
1
-4
/
+8
2014-06-05
fs/superblock: unregister sb shrinker before ->kill_sb()
Dave Chinner
1
-3
/
+1
2014-06-05
fs/hugetlbfs/inode.c: remove null test before kfree
Fabian Frederick
1
-2
/
+1
2014-06-05
fs/hugetlbfs/inode.c: use static const for dentry_operations
Fabian Frederick
1
-1
/
+1
2014-06-05
fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key
Fabian Frederick
1
-1
/
+1
2014-06-05
mm: non-atomically mark page accessed during page cache allocation where poss...
Mel Gorman
11
-28
/
+23
2014-06-05
fs: buffer: do not use unnecessary atomic operations when discarding buffers
Mel Gorman
1
-5
/
+16
2014-06-05
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
Mel Gorman
1
-1
/
+1
2014-06-05
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
Matthew Wilcox
2
-0
/
+75
2014-06-05
fs/mpage.c: factor page_endio() out of mpage_end_io()
Matthew Wilcox
1
-17
/
+1
2014-06-05
fs/mpage.c: factor clean_buffers() out of __mpage_writepage()
Matthew Wilcox
1
-24
/
+30
2014-06-05
fs/buffer.c: remove block_write_full_page_endio()
Matthew Wilcox
3
-18
/
+7
2014-06-05
fs/hugetlbfs/inode.c: complete conversion to pr_foo()
Andrew Morton
1
-10
/
+8
2014-06-05
mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of c...
Cyrill Gorcunov
1
-5
/
+9
2014-06-05
fs/libfs.c: add generic data flush to fsync
Fabian Frederick
1
-3
/
+31
2014-06-05
fs/9p: kerneldoc fixes
Fabian Frederick
4
-10
/
+8
2014-06-05
fs/9p/v9fs.c: add __init to v9fs_sysfs_init
Fabian Frederick
1
-1
/
+1
2014-06-05
ocfs2: remove some unused code
Xue jiufei
3
-7
/
+0
2014-06-05
ocfs2: fix incorrect i_size of global bitmap inode after resize
Joseph Qi
1
-2
/
+2
2014-06-05
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
Joseph Qi
1
-6
/
+0
2014-06-05
ocfs2/dlm: disallow node joining when recovery is on going
Xue jiufei
1
-1
/
+12
2014-06-05
ocfs2: fix umount hang while shutting down truncate log
Xue jiufei
2
-1
/
+6
2014-06-05
fs/ocfs2/ioctl.c: add static to local functions
Fabian Frederick
1
-40
/
+41
2014-06-05
ocfs2/dlm: fix possible convert=sion deadlock
Xue jiufei
1
-1
/
+9
2014-06-05
ocfs2: limit printk when journal is aborted
Joseph Qi
1
-2
/
+15
2014-06-05
ocfs2: remove some redundant casting
George Spelvin
1
-4
/
+3
2014-06-05
fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy
Fabian Frederick
1
-2
/
+2
2014-06-05
ocfs2: remove NULL assignments on static
Fabian Frederick
7
-10
/
+10
2014-06-05
fs/configfs: use pr_fmt
Fabian Frederick
4
-5
/
+11
2014-06-05
fs/configfs: convert printk to pr_foo()
Fabian Frederick
3
-8
/
+7
2014-06-05
fs/configs/item.c: kernel-doc fixes + clean-up
Fabian Frederick
1
-30
/
+28
2014-06-05
fs/squashfs/squashfs.h: replace pr_warning by pr_warn
Fabian Frederick
1
-1
/
+1
2014-06-05
ntfs: remove NULL value assignments
Fabian Frederick
3
-4
/
+4
2014-06-05
fanotify: check file flags passed in fanotify_init
Heinrich Schuchardt
1
-0
/
+25
2014-06-05
fs/notify/fanotify/fanotify_user.c: fix FAN_MARK_FLUSH flag checking
Heinrich Schuchardt
1
-0
/
+3
2014-06-05
fs/notify/mark.c: trivial cleanup
David Cohen
1
-1
/
+1
2014-06-05
fanotify: create FAN_ACCESS event for readdir
Heinrich Schuchardt
1
-0
/
+2
2014-06-05
fanotify: FAN_MARK_FLUSH: avoid having to provide a fake/invalid fd and path
Heinrich Schuchardt
1
-7
/
+10
[next]