Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fb05f41f5f96f7423c53da4d87913fb44fd0565d
/
fs
fb05f41
fuse: cleanup fuse_direct_io()
by Miklos Szeredi
· 12 years ago
5565a9d
fuse: optimize __fuse_direct_io()
by Maxim Patlasov
· 12 years ago
7c190c8
fuse: optimize fuse_get_user_pages()
by Maxim Patlasov
· 12 years ago
b98d023
fuse: pass iov[] to fuse_get_user_pages()
by Maxim Patlasov
· 12 years ago
85f40ae
fuse: use req->page_descs[] for argpages cases
by Maxim Patlasov
· 12 years ago
b2430d7
fuse: add per-page descriptor <offset, length> to fuse_req
by Maxim Patlasov
· 12 years ago
54b9667
fuse: rework fuse_do_ioctl()
by Maxim Patlasov
· 12 years ago
d07f09f
fuse: rework fuse_perform_write()
by Maxim Patlasov
· 12 years ago
f8dbdf8
fuse: rework fuse_readpages()
by Maxim Patlasov
· 12 years ago
4d53dc9
fuse: rework fuse_retrieve()
by Maxim Patlasov
· 12 years ago
b111c8c
fuse: categorize fuse_get_req()
by Maxim Patlasov
· 12 years ago
4250c06
fuse: general infrastructure for pages[] of variable size
by Maxim Patlasov
· 12 years ago
0b05b18
fuse: implement NFS-like readdirplus support
by Anand V. Avati
· 12 years ago
262060e
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 12 years ago
05c2cf3
Merge tag 'f2fs-for-3.8-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
d8b79b2
f2fs: use _safe() version of list_for_each
by Dan Carpenter
· 12 years ago
9af45ef
f2fs: add comments of start_bidx_of_node
by Jaegeuk Kim
· 12 years ago
a7fdffb
f2fs: avoid issuing small bios due to several dirty node pages
by Jaegeuk Kim
· 12 years ago
c01e54b
f2fs: support swapfile
by Jaegeuk Kim
· 12 years ago
692bb55
f2fs: add remap_pages as generic_file_remap_pages
by Jaegeuk Kim
· 12 years ago
6e6093a
f2fs: add __init to functions in init_f2fs_fs
by Namjae Jeon
· 12 years ago
8f70611
fuse: remove unused variable in fuse_try_move_page()
by Wei Yongjun
· 12 years ago
cdadb11
fuse: make fuse_file_fallocate() static
by Miklos Szeredi
· 12 years ago
807185e
fuse: Move CUSE Kconfig entry from fs/Kconfig into fs/fuse/Kconfig
by Robert P. J. Day
· 12 years ago
e256036
cuse: fix uninitialized variable warnings
by Miklos Szeredi
· 12 years ago
3078358
cuse: do not register multiple devices with identical names
by David Herrmann
· 12 years ago
8ce03fd
cuse: use mutex as registration lock instead of spinlocks
by David Herrmann
· 12 years ago
dfdebc2
Merge tag 'for-linus-v3.8-rc4' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
37f1356
xfs: recalculate leaf entry pointer after compacting a dir2 block
by Eric Sandeen
· 12 years ago
ab7eac2
xfs: remove int casts from debug dquot soft limit timer asserts
by Brian Foster
· 12 years ago
91e4bac
xfs: fix the multi-segment log buffer format
by Mark Tinguely
· 12 years ago
2d0e9df
xfs: fix segment in xfs_buf_item_format_segment
by Mark Tinguely
· 12 years ago
0f22f9d
xfs: rename bli_format to avoid confusion with bli_formats
by Mark Tinguely
· 12 years ago
d44d9bc
xfs: use b_maps[] for discontiguous buffers
by Mark Tinguely
· 12 years ago
31db720
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 12 years ago
4589d25
f2fs: fix the debugfs entry creation path
by Namjae Jeon
· 12 years ago
66af62c
f2fs: add global mutex_lock to protect f2fs_stat_list
by majianpeng
· 12 years ago
fa9150a
f2fs: remove the blk_plug usage in f2fs_write_data_pages
by Namjae Jeon
· 12 years ago
1b1baff
UDF: Fix a null pointer dereference in udf_sb_free_partitions
by Namjae Jeon
· 12 years ago
7e2fb2d
jbd: don't wake kjournald unnecessarily
by Eric Sandeen
· 12 years ago
6d283db
vfs: add missing virtual cache flush after editing partial pages
by Linus Torvalds
· 12 years ago
3441f0d
Merge tag 'driver-core-3.8-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
1637998
f2fs: avoid redundant time update for parent directory in f2fs_delete_entry
by Namjae Jeon
· 12 years ago
ff9234a
f2fs: remove redundant call to set_blocksize in f2fs_fill_super
by Namjae Jeon
· 12 years ago
6d92d4f
fs/exec.c: work around icc miscompilation
by Xi Wang
· 12 years ago
f1688e0
debugfs: convert gid= argument from decimal, not octal
by Dave Reisner
· 12 years ago
9eaeba7
f2fs: move f2fs_balance_fs to punch_hole
by Jaegeuk Kim
· 12 years ago
7d82db8
f2fs: add f2fs_balance_fs in several interfaces
by Jaegeuk Kim
· 12 years ago
254adaa
seq_file: fix new kernel-doc warnings
by Randy Dunlap
· 12 years ago
408e937
f2fs: revisit the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
5c33d9b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 12 years ago
127aa930
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
f776372
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
4c9014f
Merge tag 'nfs-for-3.8-2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
ae62ca7
tcp: fix MSG_SENDPAGE_NOTLAST logic
by Eric Dumazet
· 12 years ago
fef0ebd
ext4: remove duplicate call to ext4_bread() in ext4_init_new_dir()
by Guo Chao
· 12 years ago
0ecaef0
ext4: release buffer in failed path in dx_probe()
by Guo Chao
· 12 years ago
96465ef
ext4: fix configuration dependencies for ext4 ACLs and security labels
by Valerie Aurora
· 12 years ago
ecf0eb9
nfs: avoid dereferencing null pointer in initiate_bulk_draining
by Nickolai Zeldovich
· 12 years ago
6db6dd7
NFS: Ensure that we free the rpc_task after read and write cleanups are done
by Trond Myklebust
· 12 years ago
e25fbe3
nfs: fix null checking in nfs_get_option_str()
by Xi Wang
· 12 years ago
39e88fc
pnfs: Increase the refcount when LAYOUTGET fails the first time
by Yanchuan Nian
· 12 years ago
c335a86
f2fs: check return value during recovery
by Jaegeuk Kim
· 12 years ago
c1b75ea
f2fs: avoid null dereference in f2fs_acl_from_disk
by Jaegeuk Kim
· 12 years ago
d66d1f7
f2fs: initialize newly allocated dnode structure
by Jaegeuk Kim
· 12 years ago
7880cee
f2fs: update f2fs partition info about SIT/NAT layout
by Huajun Li
· 12 years ago
24c366a
f2fs: remove unneeded INIT_LIST_HEAD at few places
by Namjae Jeon
· 12 years ago
3af60a4
f2fs: fix time update in case of f2fs fallocate
by Namjae Jeon
· 12 years ago
a07ef78
f2fs: introduce f2fs_msg to ease adding information prints
by Namjae Jeon
· 12 years ago
4956964
Merge tag 'driver-core-3.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 12 years ago
6ae1417
misc: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
f568f6c
pstore: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
f8d9a89
NFS: Fix access to suid/sgid executables
by Weston Andros Adamson
· 12 years ago
2318aa2
Merge tag 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 12 years ago
ed4e6a9
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
by Linus Torvalds
· 12 years ago
007f6c3
Merge tag 'ecryptfs-3.8-rc2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/tyhicks/ecryptfs
by Linus Torvalds
· 12 years ago
5439ca6
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 12 years ago
a7a88b2
mempolicy: remove arg from mpol_parse_str, mpol_to_str
by Hugh Dickins
· 12 years ago
128dd17
epoll: prevent missed events on EPOLL_CTL_MOD
by Eric Wong
· 12 years ago
13d2eb0
GFS2: Reset rd_last_alloc when it reaches the end of the rgrp
by Bob Peterson
· 12 years ago
15bd50a
GFS2: Stop looking for free blocks at end of rgrp
by Bob Peterson
· 12 years ago
f1213ca
GFS2: Fix race in gfs2_rs_alloc
by Abhijith Das
· 12 years ago
ec14875
GFS2: Initialize hex string to '0'
by Nathan Straz
· 12 years ago
63b7d3a
CIFS: Don't let read only caching for mandatory byte-range locked files
by Pavel Shilovsky
· 12 years ago
88cf75a
CIFS: Fix write after setting a read lock for read oplock files
by Pavel Shilovsky
· 12 years ago
ca8aa29
Revert "CIFS: Fix write after setting a read lock for read oplock files"
by Pavel Shilovsky
· 12 years ago
31efee6
cifs: adjust sequence number downward after signing NT_CANCEL request
by Jeff Layton
· 12 years ago
ea702b8
cifs: move check for NULL socket into smb_send_rqst
by Jeff Layton
· 12 years ago
9836b8b
f2fs: unify string length declarations and usage
by Leon Romanovsky
· 12 years ago
2b50638
f2fs: clean up unused variables and return values
by Jaegeuk Kim
· 12 years ago
ce19a5d
f2fs: clean up the start_bidx_of_node function
by Jaegeuk Kim
· 12 years ago
64c576f
f2fs: remove unneeded variable from f2fs_sync_fs
by Namjae Jeon
· 12 years ago
fd8bb65
f2fs: fix fsync_inode list addition logic and avoid invalid access to memory
by Namjae Jeon
· 12 years ago
344324f
f2fs: remove unneeded initialization of nr_dirty in dirty_seglist_info
by Namjae Jeon
· 12 years ago
06025f4
f2fs: handle error from f2fs_iget_nowait
by Namjae Jeon
· 12 years ago
029cd28
f2fs: fix equation of has_not_enough_free_secs()
by Jaegeuk Kim
· 12 years ago
12a6714
f2fs: return a default value for non-void function
by Jaegeuk Kim
· 12 years ago
71e9fec
f2fs: invalidate the node page if allocation is failed
by Jaegeuk Kim
· 12 years ago
690e4a3
f2fs: add missing #include <linux/prefetch.h>
by Geert Uytterhoeven
· 12 years ago
0e9a9a1
ext4: avoid hang when mounting non-journal filesystems with orphan list
by Theodore Ts'o
· 12 years ago
Next »