Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d3b503140e15d302bc55cf5a90226f0f85860bc2
/
fs
/
nilfs2
8174202
write_iter variants of {__,}generic_file_aio_write()
by Al Viro
· 11 years ago
aad4f8b
switch simple generic_file_aio_read() users to ->read_iter()
by Al Viro
· 11 years ago
31b1403
switch {__,}blockdev_direct_IO() to iov_iter
by Al Viro
· 11 years ago
a6cbcd4
get rid of pointless iov_length() in ->direct_IO()
by Al Viro
· 11 years ago
d8d3d94
pass iov_iter to ->direct_IO()
by Al Viro
· 11 years ago
f182036
mm: implement ->map_pages for page cache
by Kirill A. Shutemov
· 11 years ago
24e7ea3
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
0ec060d
nilfs2: verify metadata sizes read from disk
by Ryusuke Konishi
· 11 years ago
f9f32c4
nilfs2: add FITRIM ioctl support for nilfs2
by Andreas Rohner
· 11 years ago
82e11e8
nilfs2: add nilfs_sufile_trim_fs to trim clean segs
by Andreas Rohner
· 11 years ago
2cc88f3
nilfs2: implementation of NILFS_IOCTL_SET_SUINFO ioctl
by Andreas Rohner
· 11 years ago
00e9ffc
nilfs2: add nilfs_sufile_set_suinfo to update segment usage
by Andreas Rohner
· 11 years ago
91b0abe
mm + fs: store shadow entries in page cache
by Johannes Weiner
· 11 years ago
02b9984
fs: push sync_filesystem() down to the file system's remount_fs()
by Theodore Ts'o
· 11 years ago
f568849
Merge branch 'for-3.14/core' of git://git.kernel.dk/linux-block
by Linus Torvalds
· 11 years ago
d623a94
nilfs2: add comments for ioctls
by Vyacheslav Dubeyko
· 11 years ago
4b15d61
fs/nilfs2: fix integer overflow in nilfs_ioctl_wrap_copy()
by Wenliang Fan
· 11 years ago
70f2fe3
nilfs2: fix segctor bug that causes file system corruption
by Andreas Rohner
· 11 years ago
4f024f3
block: Abstract out bvec iterator
by Kent Overstreet
· 11 years ago
7f42ec3
nilfs2: fix issue with race condition of competition between segments for dirty blocks
by Vyacheslav Dubeyko
· 11 years ago
7caef26
truncate: drop 'oldsize' truncate_pagecache() parameter
by Kirill A. Shutemov
· 11 years ago
45d9a22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 11 years ago
e95c311
git simplify nilfs check for busy subtree
by Al Viro
· 11 years ago
4bf93b5
nilfs2: fix issue with counting number of bio requests for BIO_EOPNOTSUPP error detection
by Vyacheslav Dubeyko
· 11 years ago
2df37a1
nilfs2: remove double bio_put() in nilfs_end_bio_write() for BIO_EOPNOTSUPP error
by Vyacheslav Dubeyko
· 11 years ago
84d08fa
helper for reading ->d_count
by Al Viro
· 11 years ago
e5f7f84
] nilfs2: use atomic64_t type for inodes_count and blocks_count fields in nilfs_root struct
by Vyacheslav Dubeyko
· 11 years ago
c7ef972
nilfs2: implement calculation of free inodes count
by Vyacheslav Dubeyko
· 11 years ago
1616abe
[readdir] convert nilfs2
by Al Viro
· 11 years ago
136e877
nilfs2: fix issue of nilfs_set_page_dirty() for page at EOF boundary
by Ryusuke Konishi
· 11 years ago
a27bb33
aio: don't include aio.h in sched.h
by Kent Overstreet
· 12 years ago
eb53b6d
nilfs2: remove unneeded test in nilfs_writepage()
by Vyacheslav Dubeyko
· 12 years ago
dc33f5f
nilfs2: fix using of PageLocked() in nilfs_clear_dirty_page()
by Vyacheslav Dubeyko
· 12 years ago
8c26c4e
nilfs2: fix issue with flush kernel thread after remount in RO mode because of driver's internal error or metadata corruption
by Vyacheslav Dubeyko
· 12 years ago
7f78e03
fs: Limit sys_mount to only request filesystem modules.
by Eric W. Biederman
· 12 years ago
d895cb1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
94e07a75
fs: encode_fh: return FILEID_INVALID if invalid fid_type
by Namjae Jeon
· 12 years ago
496ad9a
new helper: file_inode(file)
by Al Viro
· 12 years ago
7c2db36
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 12 years ago
1d1d1a7
mm: only enforce stable page writes if the backing device requires it
by Darrick J. Wong
· 12 years ago
06991c2
Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
a9bae18
nilfs2: fix fix very long mount time issue
by Vyacheslav Dubeyko
· 12 years ago
f11cb22
fs/nilfs2: remove depends on CONFIG_EXPERIMENTAL
by Kees Cook
· 12 years ago
2d1b399
nilfs2: drop vmtruncate
by Marco Stornelli
· 12 years ago
252aa6f
mm: redefine address_space.assoc_mapping
by Rafael Aquini
· 12 years ago
0b173bc
mm: kill vma flag VM_CAN_NONLINEAR
by Konstantin Khlebnikov
· 12 years ago
6432f21
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
aab174f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
8c0a853
fs: push rcu_barrier() from deactivate_locked_super() to filesystems
by Kirill A. Shutemov
· 12 years ago
437589a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
041bbb6d
ext4: fix mtime update in nodelalloc mode
by Theodore Ts'o
· 12 years ago
305d3d0
userns: Convert nillfs2 to use kuid/kgid where appropriate
by Eric W. Biederman
· 13 years ago
166ac34
nilfs2: nuke write_super from comments
by Artem Bityutskiy
· 12 years ago
a0e881b
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
2c22b33
nilfs2: Convert to new freezing mechanism
by Jan Kara
· 12 years ago
f5974c8
nilfs2: add omitted comments for different structures in driver implementation
by Vyacheslav Dubeyko
· 12 years ago
572d8b3
nilfs2: fix deadlock issue between chcp and thaw ioctls
by Ryusuke Konishi
· 12 years ago
fe0627e
nilfs2: fix timing issue between rmcp and chcp ioctls
by Ryusuke Konishi
· 12 years ago
278038a
nilfs2: remove references to long gone super operations
by Fernando Luis Vazquez Cao
· 12 years ago
6b0f339
nilfs2: add omitted comment for ns_mount_state field of the_nilfs structure
by Vyacheslav Dubeyko
· 12 years ago
9249e17
VFS: Pass mount flags to sget()
by David Howells
· 12 years ago
ebfc3b4
don't pass nameidata to ->create()
by Al Viro
· 12 years ago
00cd8dd
stop passing nameidata to ->lookup()
by Al Viro
· 12 years ago
fbb24a3
nilfs2: ensure proper cache clearing for gc-inodes
by Ryusuke Konishi
· 12 years ago
1193755
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 12 years ago
1147597
nilfs2: flush disk caches in syncing
by Ryusuke Konishi
· 12 years ago
b0b0382
->encode_fh() API change
by Al Viro
· 13 years ago
90324cc
Merge tag 'writeback' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 12 years ago
26fe575
vfs: make it possible to access the dentry hash/len as one 64-bit entry
by Linus Torvalds
· 12 years ago
dbd5768
vfs: Rename end_writeback() to clear_inode()
by Jan Kara
· 13 years ago
e2a0883
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
48fde70
switch open-coded instances of d_make_root() to new helper
by Al Viro
· 13 years ago
8de5277
vfs: check i_nlink limits in vfs_{mkdir,rename_dir,link}
by Al Viro
· 13 years ago
7b9c097
nilfs2: remove the second argument of k[un]map_atomic()
by Cong Wang
· 13 years ago
d7178c7
nilfs2: fix NULL pointer dereference in nilfs_load_super_block()
by Ryusuke Konishi
· 13 years ago
3d777a6
nilfs2: clamp ns_r_segments_percentage to [1, 99]
by Haogang Chen
· 13 years ago
1ecd3c7
nilfs2: avoid overflowing segment numbers in nilfs_ioctl_clean_segments()
by Xi Wang
· 13 years ago
eb59c50
Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
by Linus Torvalds
· 13 years ago
34c80b1
vfs: switch ->show_options() to struct dentry *
by Al Viro
· 13 years ago
c6e49e3
nilfs: propagate umode_t
by Al Viro
· 13 years ago
1a67aaf
switch ->mknod() to umode_t
by Al Viro
· 13 years ago
4acdaf2
switch ->create() to umode_t
by Al Viro
· 13 years ago
18bb1db
switch vfs_mkdir() and ->mkdir() to umode_t
by Al Viro
· 13 years ago
6b520e0
vfs: fix the stupidity with i_dentry in inode destructors
by Al Viro
· 13 years ago
2a79f17
vfs: mnt_drop_write_file()
by Al Viro
· 13 years ago
a561be7
switch a bunch of places to mnt_want_write_file()
by Al Viro
· 13 years ago
b00f4dc
Merge branch 'master' into pm-sleep
by Rafael J. Wysocki
· 13 years ago
481fe17
nilfs2: potential integer overflow in nilfs_ioctl_clean_segments()
by Haogang Chen
· 13 years ago
695c60f
nilfs2: unbreak compat ioctl
by Thomas Meyer
· 13 years ago
a0acae0
freezer: unexport refrigerator() and update try_to_freeze() slightly
by Tejun Heo
· 13 years ago
bfe8684
filesystems: add set_nlink()
by Miklos Szeredi
· 13 years ago
6d6b77f
filesystems: add missing nlink wrappers
by Miklos Szeredi
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
02c24a8
fs: push i_mutex and filemap_write_and_wait down into ->fsync() handlers
by Josef Bacik
· 13 years ago
aacfc19c
fs: simplify the blockdev_direct_IO prototype
by Christoph Hellwig
· 13 years ago
562c72a
fs: move inode_dio_wait calls into ->setattr
by Christoph Hellwig
· 13 years ago
a904937
make d_splice_alias(ERR_PTR(err), dentry) = ERR_PTR(err)
by Al Viro
· 13 years ago
10556cb
->permission() sanitizing: don't pass flags to ->permission()
by Al Viro
· 13 years ago
2830ba7
->permission() sanitizing: don't pass flags to generic_permission()
by Al Viro
· 13 years ago
178ea735
kill check_acl callback of generic_permission()
by Al Viro
· 13 years ago
Next »