Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
kernel
/
common
/
f9a03ae123c92c1f45cd2ca88d0f6edd787be78c
/
fs
f9a03ae
Merge tag 'for-f2fs-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 9 years ago
d080827
Merge tag 'libnvdimm-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimm
by Linus Torvalds
· 9 years ago
ac53b2e
Merge tag 'for-linus-20160112' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 9 years ago
aee3bfa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 9 years ago
60b7eca
Merge tag 'upstream-4.5-rc1' of git://git.infradead.org/linux-ubifs
by Linus Torvalds
· 9 years ago
420d12d
Merge tag 'configfs-for-linus' of git://git.infradead.org/users/hch/configfs
by Linus Torvalds
· 9 years ago
4d58967
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/gfs2/linux-gfs2
by Linus Torvalds
· 9 years ago
33caf82
Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
fce205e
Merge branch 'work.copy_file_range' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
065019a
Merge tag 'locks-v4.5-1' of git://git.samba.org/jlayton/linux
by Linus Torvalds
· 9 years ago
4f31d774
Merge branch 'for-linus-4.5-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml
by Linus Torvalds
· 9 years ago
67c707e
Merge branch 'x86-cleanups-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 9 years ago
447135a
f2fs: should unset atomic flag after successful commit
by Jaegeuk Kim
· 9 years ago
1663cae
f2fs: fix wrong memory condition check
by Jaegeuk Kim
· 9 years ago
42190d2
f2fs: monitor the number of background checkpoint
by Jaegeuk Kim
· 9 years ago
d0239e1
f2fs: detect idle time depending on user behavior
by Jaegeuk Kim
· 9 years ago
6beceb5
f2fs: introduce time and interval facility
by Jaegeuk Kim
· 9 years ago
ddf1d62
Merge branch 'work.xattr' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
32fb378
Merge branch 'work.symlinks' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 9 years ago
9f2dfda
uml: fix hostfs mknod()
by Vegard Nossum
· 9 years ago
4fdd1d5
ubifs: Use XATTR_*_PREFIX_LEN
by Richard Weinberger
· 9 years ago
170eb55
UBIFS: add a comment in key.h for unused parameter
by Dongsheng Yang
· 9 years ago
5a023cd
block: enable dax for raw block devices
by Dan Williams
· 9 years ago
4ebb16c
block: introduce bdev_file_inode()
by Dan Williams
· 9 years ago
bbddca8
nfsd: don't hold i_mutex over userspace upcalls
by NeilBrown
· 9 years ago
db39c16
fs:affs:Replace time_t with time64_t
by DengChao
· 9 years ago
8f5fed1
fs/9p: use fscache mutex rather than spinlock
by Sasha Levin
· 9 years ago
3cc4a84
proc: add a reschedule point in proc_readfd_common()
by Eric Dumazet
· 9 years ago
bc51b2a
logfs: constify logfs_block_ops structures
by Julia Lawall
· 9 years ago
0dbf5f2
fcntl: allow to set O_DIRECT flag on pipe
by Stanislav Kinsburskiy
· 9 years ago
90330e6
fs: __generic_file_splice_read retry lookup on AOP_TRUNCATED_PAGE
by Abhi Das
· 9 years ago
0b2a6f2
fs: xattr: Use kvfree()
by Richard Weinberger
· 9 years ago
263a3df
nbd: use ->compat_ioctl()
by Al Viro
· 9 years ago
6108209
Merge branch 'for-linus' into work.misc
by Al Viro
· 9 years ago
a7f61e89
compat_ioctl: don't call do_ioctl under set_fs(KERNEL_DS)
by Jann Horn
· 9 years ago
66cf191
compat_ioctl: don't pass fd around when not needed
by Al Viro
· 9 years ago
b434172
compat_ioctl: don't look up the fd twice
by Jann Horn
· 9 years ago
9b72a38
f2fs: skip releasing nodes in chindless extent tree
by Chao Yu
· 9 years ago
68e3538
f2fs: use atomic type for node count in extent tree
by Chao Yu
· 9 years ago
da5af12
f2fs: recognize encrypted data in f2fs_fiemap
by Chao Yu
· 9 years ago
2c4db1a
f2fs: clean up f2fs_balance_fs
by Jaegeuk Kim
· 9 years ago
2a4b8e9
f2fs: remove redundant calls
by Jaegeuk Kim
· 9 years ago
12719ae
f2fs: avoid unnecessary f2fs_balance_fs calls
by Jaegeuk Kim
· 9 years ago
7612118
f2fs: check the page status filled from disk
by Jaegeuk Kim
· 9 years ago
0e022ea
f2fs: introduce __get_node_page to reuse common code
by Chao Yu
· 9 years ago
e845872
f2fs: check node id earily when readaheading node page
by Chao Yu
· 9 years ago
b4d629a
locks: rename __posix_lock_file to posix_lock_inode
by Jeff Layton
· 9 years ago
e24dada
locks: prink more detail when there are leaked locks
by Jeff Layton
· 9 years ago
f27a0fe
locks: pass inode pointer to locks_free_lock_context
by Jeff Layton
· 9 years ago
1890910
locks: sprinkle some tracepoints around the file locking code
by Jeff Layton
· 9 years ago
0752ba8
locks: don't check for race with close when setting OFD lock
by Jeff Layton
· 9 years ago
7f3697e
locks: fix unlock when fcntl_setlk races with a close
by Jeff Layton
· 9 years ago
de1475c
f2fs: read isize while holding i_mutex in fiemap
by Fan Li
· 9 years ago
957efb0
Revert "f2fs: check the node block address of newly allocated nid"
by Jaegeuk Kim
· 9 years ago
a513119
f2fs: cover more area with nat_tree_lock
by Jaegeuk Kim
· 9 years ago
43584c1
jffs2: use to_delayed_work
by Geliang Tang
· 9 years ago
a1c6f057
fs: use block_device name vsprintf helper
by Dmitry Monakhov
· 10 years ago
424081f
fs: use gendisk->disk_name where possible
by Dmitry Monakhov
· 10 years ago
ccec5ee
poll: plug an unused argument to do_poll
by Mateusz Guzik
· 9 years ago
80f8dccf
HFS wants 8Kb per-superblock allocation; just use kmalloc()
by Al Viro
· 9 years ago
76e8d7cb
jfs: microoptimize get_zeroed_page / virt_to_page
by Al Viro
· 9 years ago
4e728cf
hpfs: missing endianness annotation
by Al Viro
· 9 years ago
62fb4a1
don't carry MAY_OPEN in op->acc_mode
by Al Viro
· 9 years ago
b40ef86
saner calling conventions for copy_mount_options()
by Al Viro
· 9 years ago
bb646cd
proc_pid_attr_write(): switch to memdup_user()
by Al Viro
· 9 years ago
16e5c1f
convert a bunch of open-coded instances of memdup_user_nul()
by Al Viro
· 9 years ago
7e935c7
Merge branch 'memdup_user_nul' into work.misc
by Al Viro
· 9 years ago
03607ac
configfs: implement binary attributes
by Pantelis Antoniou
· 9 years ago
e0afc4d
f2fs: introduce max_file_blocks in sbi
by Chao Yu
· 9 years ago
2b3909f
btrfs: use new dedupe data function pointer
by Darrick J. Wong
· 9 years ago
54dbc15
vfs: hoist the btrfs deduplication ioctl to the vfs
by Darrick J. Wong
· 9 years ago
d79bdd5
vfs: wire up compat ioctl for CLONE/CLONE_RANGE
by Darrick J. Wong
· 9 years ago
3a9e643
f2fs crypto: check CONFIG_F2FS_FS_XATTR for encrypted symlink
by Chao Yu
· 9 years ago
137d09f
f2fs: introduce zombie list for fast shrinking extent trees
by Jaegeuk Kim
· 9 years ago
c00ba55
f2fs: monitor zombie_tree count
by Jaegeuk Kim
· 9 years ago
c07f30a
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by David S. Miller
· 9 years ago
c46a155
f2fs: use IPU for fdatasync
by Jaegeuk Kim
· 9 years ago
8d4ea29
f2fs: write pending bios when cp_error is set
by Jaegeuk Kim
· 9 years ago
1f6fa26
f2fs: remove f2fs_bug_on in terms of max_depth
by Jaegeuk Kim
· 9 years ago
732d564
f2fs: fix f2fs_ioc_abort_volatile_write
by Jaegeuk Kim
· 9 years ago
4e0d836
f2fs: fix to skip recovering dot dentries in a readonly fs
by Chao Yu
· 9 years ago
ed3d125
f2fs: load largest extent all the time
by Jaegeuk Kim
· 9 years ago
819d915
f2fs: use i_size_read to get i_size
by Jaegeuk Kim
· 9 years ago
8dc0d6a
f2fs: early check broken symlink length in the encrypted case
by Jaegeuk Kim
· 9 years ago
e96248b
f2fs: clean up f2fs_ioc_write_checkpoint
by Chao Yu
· 9 years ago
179448b
f2fs: add a max block check for get_data_block_bmap
by Yunlei He
· 9 years ago
9a950d5
f2fs: fix bugs and simplify codes of f2fs_fiemap
by Fan Li
· 9 years ago
6d5a149
f2fs: let user being aware of IO error
by Chao Yu
· 9 years ago
d538417
f2fs: add missing f2fs_balance_fs in __recover_dot_dentries
by Chao Yu
· 9 years ago
06d6f22
f2fs: declare static function
by Jaegeuk Kim
· 9 years ago
b4d07a3
f2fs: avoid f2fs_lock_op in f2fs_write_begin
by Jaegeuk Kim
· 9 years ago
4aa69d5
f2fs: return early when trying to read null nid
by Jaegeuk Kim
· 9 years ago
2aadac0
f2fs: introduce prepare_write_begin to clean up
by Jaegeuk Kim
· 9 years ago
fba48a8
f2fs: don't convert inline inode when inline_data option is disable
by Chao Yu
· 9 years ago
c34f42e
f2fs: report error of do_checkpoint
by Chao Yu
· 9 years ago
2a34076
f2fs: call f2fs_balance_fs only when node was changed
by Jaegeuk Kim
· 9 years ago
3104af35
f2fs: reduce covered region of sbi->cp_rwsem in f2fs_map_blocks
by Chao Yu
· 9 years ago
93bae09
f2fs: record node block allocation in dnode_of_data
by Jaegeuk Kim
· 9 years ago
00623e6
f2fs: avoid unnecessary f2fs_gc for dir operations
by Jaegeuk Kim
· 9 years ago
b9d777b
f2fs: check inline_data flag at converting time
by Jaegeuk Kim
· 9 years ago
Next »