Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
64b2d1fbbfda07765dae3f601862796a61b2c451
/
fs
64b2d1f
Merge tag 'for-f2fs-3.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 10 years ago
b1cce80
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 10 years ago
963649d
Merge tag 'for-linus-3.16-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 10 years ago
f8409ab
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 10 years ago
3f17ea6
Merge branch 'next' (accumulated 3.16 merge window patches) into master
by Linus Torvalds
· 10 years ago
9d2cd01
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd into next
by Linus Torvalds
· 10 years ago
9ab7013
f2fs: support f2fs_fiemap
by Jaegeuk Kim
· 10 years ago
c593e89
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 10 years ago
0244756
ufs: sb mutex merge + mutex_destroy
by Fabian Frederick
· 10 years ago
c1d4518
fs/dlm/debug_fs.c: replace seq_printf by seq_puts
by Fabian Frederick
· 10 years ago
6edb568
fs/dlm/lockspace.c: convert simple_str to kstr
by Fabian Frederick
· 10 years ago
4f4c337
fs/dlm/config.c: convert simple_str to kstr
by Fabian Frederick
· 10 years ago
310bf8f
fs/reiserfs/stree.c: remove obsolete __constant
by Fabian Frederick
· 10 years ago
ae0a50a
fs/reiserfs/bitmap.c: coding style fixes
by Fabian Frederick
· 10 years ago
1f7e061
fs: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
5eccdf3
ntfs: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
92f778d
inotify: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
f5102e5
nfs: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
7ac9fe5
lockd: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
75a3294
fscache: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
a88bbbe
coda: convert use of typedef ctl_table to struct ctl_table
by Joe Perches
· 10 years ago
04541a2
fs/devpts/inode.c: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
0227d6ab
fs/cachefiles: replace kerror by pr_err
by Fabian Frederick
· 10 years ago
4e1eb88
FS/CACHEFILES: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
ef74885
fs/pstore: logging clean-up
by Fabian Frederick
· 10 years ago
9606d9a
fs/affs: pr_debug cleanup
by Fabian Frederick
· 10 years ago
0158de1
fs/affs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
0c89d67
fs/affs/file.c: remove unnecessary function parameters
by Fabian Frederick
· 10 years ago
a05e16ad
fs/proc/vmcore.c: remove NULL assignment to static
by Fabian Frederick
· 10 years ago
17c2b4e
fs/proc/task_mmu.c: replace seq_printf by seq_puts
by Fabian Frederick
· 10 years ago
c240837
signals: jffs2: fix the wrong usage of disallow_signal()
by Oleg Nesterov
· 10 years ago
ef19470
fs/fat/inode.c: clean up string initializations (char[] instead of char *)
by Manuel Schölling
· 10 years ago
190a884
fs/fat/: add support for DOS 1.x formatted volumes
by Conrad Meyer
· 10 years ago
a19189e
fs/hpfs: increase pr_warn level
by Fabian Frederick
· 10 years ago
1749a10
fs/hpfs: use __func__ for logging
by Fabian Frederick
· 10 years ago
14da17f
fs/hpfs: use pr_fmt for logging
by Fabian Frederick
· 10 years ago
b7cb1ce
fs/hpfs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
45641c8
fs/ufs/balloc.c: remove err parameter in ufs_add_fragments
by Fabian Frederick
· 10 years ago
df3d4e7
hfsplus: fix compiler warning on PowerPC
by Christian Kujau
· 10 years ago
b73f3d0
fs/hfsplus: fix pr_foo() and hfs_dbg formats
by Fabian Frederick
· 10 years ago
ffbc067
hfsplus: coding style fix for declarations in hfsplus_fs.h
by Sergei Antonov
· 10 years ago
297cc27
fs/hfsplus/wrapper.c: replace shift loop by ilog2
by Fabian Frederick
· 10 years ago
2cd282a
hfsplus: fix "unused node is not erased" error
by Sergei Antonov
· 10 years ago
915ab23
fs/hfsplus/wrapper.c: replace min/casting by min_t
by Fabian Frederick
· 10 years ago
d8983ca
fs/hfsplus/options.c: replace seq_printf by seq_puts
by Fabian Frederick
· 10 years ago
e46707d
fs/hfsplus/bnode.c: replace min/casting by min_t
by Fabian Frederick
· 10 years ago
97a62ea
hfsplus: emit proper file type from readdir
by Sergei Antonov
· 10 years ago
7f2fc81
hfsplus: remove unused routine hfsplus_attr_build_key_uni
by Hin-Tak Leung
· 10 years ago
bf29e88
hfsplus: correct usage of HFSPLUS_ATTR_MAX_STRLEN for non-English attributes
by Hin-Tak Leung
· 10 years ago
017f8da
hfsplus: fix worst-case unicode to char conversion of file names and attributes
by Hin-Tak Leung
· 10 years ago
6d6bd94
fs/coda: use __func__
by Fabian Frederick
· 10 years ago
f38cfb2
fs/coda: logging prefix uniformization
by Fabian Frederick
· 10 years ago
d9b4b31
fs/coda: replace printk by pr_foo()
by Fabian Frederick
· 10 years ago
817e1d9
fs/befs: kernel-doc fixes
by Fabian Frederick
· 10 years ago
f38f41c
fs/befs/linuxvfs.c: remove positive test on sector_t
by Fabian Frederick
· 10 years ago
6cb103b
fs/befs/btree.c: replace strncpy by strlcpy + coding style fixing
by Fabian Frederick
· 10 years ago
39d7a29
fs/befs/linuxvfs.c: replace strncpy by strlcpy
by Fabian Frederick
· 10 years ago
3364d11
fs/ceph/debugfs.c: replace seq_printf by seq_puts
by Fabian Frederick
· 10 years ago
f3ae1b9
fs/ceph: replace pr_warning by pr_warn
by Fabian Frederick
· 10 years ago
d4c5491
mm: add !pte_present() check on existing hugetlb_entry callbacks
by Naoya Horiguchi
· 10 years ago
01a9a8a
Btrfs: send, fix corrupted path strings for long paths
by Filipe Manana
· 10 years ago
86928f9
f2fs: avoid not to call remove_dirty_inode
by Jaegeuk Kim
· 10 years ago
6fa1df5
f2fs: recover fallocated space
by Jaegeuk Kim
· 10 years ago
a0abcf2e
Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next
by Linus Torvalds
· 10 years ago
3ff6db3
fs/autofs4/dev-ioctl.c: add __init to autofs_dev_ioctl_init
by Fabian Frederick
· 10 years ago
8091b89
fs/ncpfs/getopt.c: replace simple_strtoul by kstrtoul
by Fabian Frederick
· 10 years ago
3430343
fs/binfmt_flat.c: make old_reloc() static
by Axel Lin
· 10 years ago
b219e25
fs/binfmt_elf.c: fix bool assignements
by Fabian Frederick
· 10 years ago
d1826f2
fs/efs: convert printk(KERN_DEBUG to pr_debug
by Fabian Frederick
· 10 years ago
f403d1d
fs/efs: add pr_fmt / use __func__
by Fabian Frederick
· 10 years ago
179b87f
fs/efs: convert printk to pr_foo()
by Fabian Frederick
· 10 years ago
00f0179
fs/exportfs/expfs.c: kernel-doc warning fixes
by Fabian Frederick
· 10 years ago
e37dcbf
fs/efivarfs/super.c: use static const for dentry_operations
by Fabian Frederick
· 10 years ago
d23da15
fs/superblock: avoid locking counting inodes and dentries before reclaiming them
by Tim Chen
· 10 years ago
28f2cd4f
fs/superblock: unregister sb shrinker before ->kill_sb()
by Dave Chinner
· 10 years ago
6e6870d
fs/hugetlbfs/inode.c: remove null test before kfree
by Fabian Frederick
· 10 years ago
be1d2cf
fs/hugetlbfs/inode.c: use static const for dentry_operations
by Fabian Frederick
· 10 years ago
422b244
fs/hugetlbfs/inode.c: add static to hugetlbfs_i_mmap_mutex_key
by Fabian Frederick
· 10 years ago
2457aec
mm: non-atomically mark page accessed during page cache allocation where possible
by Mel Gorman
· 10 years ago
e7470ee
fs: buffer: do not use unnecessary atomic operations when discarding buffers
by Mel Gorman
· 10 years ago
b745bc8
mm: page_alloc: convert hot/cold parameter and immediate callers to bool
by Mel Gorman
· 10 years ago
47a191f
fs/block_dev.c: add bdev_read_page() and bdev_write_page()
by Matthew Wilcox
· 10 years ago
57d9984
fs/mpage.c: factor page_endio() out of mpage_end_io()
by Matthew Wilcox
· 10 years ago
90768ee
fs/mpage.c: factor clean_buffers() out of __mpage_writepage()
by Matthew Wilcox
· 10 years ago
1b938c0
fs/buffer.c: remove block_write_full_page_endio()
by Matthew Wilcox
· 10 years ago
9b857d2
fs/hugetlbfs/inode.c: complete conversion to pr_foo()
by Andrew Morton
· 10 years ago
c86c97f
mm: softdirty: clear VM_SOFTDIRTY flag inside clear_refs_write() instead of clear_soft_dirty()
by Cyrill Gorcunov
· 10 years ago
ac13a82
fs/libfs.c: add generic data flush to fsync
by Fabian Frederick
· 10 years ago
fd2916b
fs/9p: kerneldoc fixes
by Fabian Frederick
· 10 years ago
bdbeacd
fs/9p/v9fs.c: add __init to v9fs_sysfs_init
by Fabian Frederick
· 10 years ago
e72db98
ocfs2: remove some unused code
by Xue jiufei
· 10 years ago
17bf141
ocfs2: fix incorrect i_size of global bitmap inode after resize
by Joseph Qi
· 10 years ago
b7ac233
ocfs2: cleanup unused paramters in ocfs2_calc_new_backup_super
by Joseph Qi
· 10 years ago
01c6222
ocfs2/dlm: disallow node joining when recovery is on going
by Xue jiufei
· 10 years ago
a9e9aca
ocfs2: fix umount hang while shutting down truncate log
by Xue jiufei
· 10 years ago
c253ed1
fs/ocfs2/ioctl.c: add static to local functions
by Fabian Frederick
· 10 years ago
6718cb5
ocfs2/dlm: fix possible convert=sion deadlock
by Xue jiufei
· 10 years ago
55b465b
ocfs2: limit printk when journal is aborted
by Joseph Qi
· 10 years ago
b3821c3
ocfs2: remove some redundant casting
by George Spelvin
· 10 years ago
69201bb
fs/ocfs2/super.c: use OCFS2_MAX_VOL_LABEL_LEN and strlcpy
by Fabian Frederick
· 10 years ago
Next »