Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
a59e2ecb859f2ab03bb2e230709f8039472ad2c3
/
fs
« Previous
fcf6340
Cross Memory Attach
by Christopher Yeoh
· 13 years ago
fc360bd
/proc/self/numa_maps: restore "huge" tag for hugetlb vmas
by Andrew Morton
· 13 years ago
143cb49
fs: add module.h to files that were implicitly using it
by Paul Gortmaker
· 13 years ago
afeacc8
fs: add export.h to files using EXPORT_SYMBOL/THIS_MODULE macros
by Paul Gortmaker
· 13 years ago
ff3fc17
ext4: fix a typo in struct ext4_allocation_context
by Robin Dong
· 13 years ago
ed47a7d
udf: Cleanup metadata flags handling
by Jan Kara
· 13 years ago
3080a74
udf: Skip mirror metadata FE loading when metadata FE is ok
by Namjae Jeon
· 13 years ago
6360e21
ext3: Allow quota file use root reservation
by Dmitry Monakhov
· 13 years ago
0aaa618
quota: Drop path reference on error exit from quotactl
by Jan Kara
· 13 years ago
a983f36
udf: Neaten udf_debug uses
by Joe Perches
· 13 years ago
c2bff36
udf: Neaten logging output, use vsprintf extension %pV
by Joe Perches
· 13 years ago
78ace70
udf: Convert printks to pr_<level>
by Joe Perches
· 13 years ago
3c6fe77
ext4: Don't normalize an falloc request if it can fit in 1 extent.
by Greg Harm
· 13 years ago
4af8350
ext4: remove comments about extent mount option in ext4_new_inode()
by Eryu Guan
· 13 years ago
edb5ac8
ext4: let ext4_discard_partial_buffers handle unaligned range correctly
by Yongqiang Yang
· 13 years ago
5129d05
ext4: return ENOMEM if find_or_create_pages fails
by Yongqiang Yang
· 13 years ago
e260daf
ext4: move vars to local scope in ext4_discard_partial_page_buffers_no_lock()
by Yongqiang Yang
· 13 years ago
0edeb71
ext4: Create helper function for EXT4_IO_END_UNWRITTEN and i_aiodio_unwritten
by Tao Ma
· 13 years ago
e414966
NFS: Remove no-op less-than-zero checks on unsigned variables.
by Chuck Lever
· 13 years ago
c6e6966
NFS: Clean up nfs4_xdr_dec_secinfo()
by Chuck Lever
· 13 years ago
c02f557
NFS: Fix documenting comment for nfs_create_request()
by Chuck Lever
· 13 years ago
d743c3c
NFS4: fix cb_recallany decode error
by Peng Tao
· 13 years ago
92407e7
nfs4: serialize layoutcommit
by Peng Tao
· 13 years ago
b82e384
ext4: optimize locking for end_io extent conversion
by Theodore Ts'o
· 13 years ago
4e29802
ext4: remove unnecessary call to waitqueue_active()
by Theodore Ts'o
· 13 years ago
d73d504
ext4: Use correct locking for ext4_end_io_nolock()
by Tao Ma
· 13 years ago
0e175a1
writeback: Add a 'reason' to wb_writeback_work
by Curt Wohlgemuth
· 13 years ago
ad4e38d
writeback: send work item to queue_io, move_expired_inodes
by Curt Wohlgemuth
· 13 years ago
9ef5992
cifs: Assume passwords are encoded according to iocharset (try #2)
by Shirish Pargaonkar
· 13 years ago
5079276
CIFS: Fix the VFS brlock cache usage in posix locking case
by Pavel Shilovsky
· 13 years ago
6d6a435
ext4: fix race in xattr block allocation path
by Eric Sandeen
· 13 years ago
e7b319e
ext4: trace punch_hole correctly in ext4_ext_map_blocks
by Yongqiang Yang
· 13 years ago
02dc62fb
ext4: clean up AGGRESSIVE_TEST code
by Yongqiang Yang
· 13 years ago
81fdbb4
ext4: move variables to their scope
by Yongqiang Yang
· 13 years ago
5cb81da
ext4: fix quota accounting during migration
by Dmitry Monakhov
· 13 years ago
fba90ff
ext4: migrate cleanup
by Dmitry Monakhov
· 13 years ago
97d2eb1
Merge branch 'for-linus' of git://ceph.newdream.net/git/ceph-client
by Linus Torvalds
· 13 years ago
8ea00c6
[CIFS] Update cifs version to 1.76
by Steve French
· 13 years ago
d12799b
CIFS: Remove extra mutex_unlock in cifs_lock_add_if
by Pavel Shilovsky
· 13 years ago
f362f98
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f793f29
Merge http://sucs.org/~rohan/git/gfs2-3.0-nmw
by Linus Torvalds
· 13 years ago
dabcbb1
Merge branch '3.2-without-smb2' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
5619a69
Merge branch 'for-linus' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 13 years ago
f3c7691e
leases: fix write-open/read-lease race
by J. Bruce Fields
· 13 years ago
79835a7
nfs: drop unnecessary locking in llseek
by Andi Kleen
· 13 years ago
4cce0e2
ext4: replace cut'n'pasted llseek code with generic_file_llseek_size
by Andi Kleen
· 13 years ago
5760495
vfs: add generic_file_llseek_size
by Andi Kleen
· 13 years ago
ef3d0fd
vfs: do (nearly) lockless generic_file_llseek
by Andi Kleen
· 13 years ago
847cc63
direct-io: merge direct_io_walker into __blockdev_direct_IO
by Andi Kleen
· 13 years ago
ba253fb
direct-io: inline the complete submission path
by Andi Kleen
· 13 years ago
1877264
direct-io: separate map_bh from dio
by Andi Kleen
· 13 years ago
6e8267f
direct-io: use a slab cache for struct dio
by Andi Kleen
· 13 years ago
0dc2bc4
direct-io: rearrange fields in dio/dio_submit to avoid holes
by Andi Kleen
· 13 years ago
cde1ecb
direct-io: fix a wrong comment
by Andi Kleen
· 13 years ago
eb28be2
direct-io: separate fields only used in the submission path from struct dio
by Andi Kleen
· 13 years ago
62a3ddef
vfs: fix spinning prevention in prune_icache_sb
by Christoph Hellwig
· 13 years ago
948409c
vfs: add a comment to inode_permission()
by Andreas Gruenbacher
· 13 years ago
d124b60
vfs: pass all mask flags check_acl and posix_acl_permission
by Andreas Gruenbacher
· 13 years ago
8fd90c8
vfs: indicate that the permission functions take all the MAY_* flags
by Andreas Gruenbacher
· 13 years ago
1448c72
compat: sync compat_stats with statfs.
by Eric W. Biederman
· 13 years ago
a877ee0
vfs: add "device" tag to /proc/self/mountstats
by Bryan Schumaker
· 13 years ago
814e1d2
cleanup: vfs: small comment fix for block_invalidatepage
by Wang Sheng-Hui
· 13 years ago
96814ec
Add definition for share encryption
by Steve French
· 13 years ago
80e675f
ext4: optimize memmmove lengths in extent/index insertions
by Eric Gouriou
· 13 years ago
6f91bc5
ext4: optimize ext4_ext_convert_to_initialized()
by Eric Gouriou
· 13 years ago
4470575
jbd2: fix build when CONFIG_BUG is not enabled
by Randy Dunlap
· 13 years ago
60325f0
fs/Makefile: Stupid typo breakage of exofs inclusion
by Boaz Harrosh
· 13 years ago
c28cfd6
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 13 years ago
39adff5
Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
b3ff056
ext4: don't check io->flag when setting EXT4_STATE_DIO_UNWRITTEN inode state
by Tao Ma
· 13 years ago
0a10da7
ext4: fix a wrong comment in __mb_check_buddy()
by Robin Dong
· 13 years ago
e33bae1
Merge branch 'for-linus' of git://github.com/ericvh/linux
by Linus Torvalds
· 13 years ago
b051d8d
ext4: remove unused variable in mb_find_extent()
by Robin Dong
· 13 years ago
66a83cd
ext4: remove unused variable in ext4_mb_generate_from_pa()
by Robin Dong
· 13 years ago
ebbe027
ext4: use stream-alloc when mb_group_prealloc set to zero
by Robin Dong
· 13 years ago
fcbb551
ext4: let ext4_page_mkwrite stop started handle in failure
by Yongqiang Yang
· 13 years ago
6f8ff53
ext4: handle NULL p_ext in ext4_ext_next_allocated_block()
by Curt Wohlgemuth
· 13 years ago
f85b287
ext4: error handling fix in ext4_ext_convert_to_initialized()
by Dan Carpenter
· 13 years ago
6654361
ext4: use ext4_reserve_inode_write in ext4_xattr_set_handle
by Eric Sandeen
· 13 years ago
909a4cf
ext4: avoid setting directory i_nlink to zero
by Andreas Dilger
· 13 years ago
3395734
libceph: fix double-free of page vector
by Sage Weil
· 13 years ago
3310f75
ceph: fix 32-bit ino numbers
by Amon Ott
· 13 years ago
a35eca9
ceph: let the set_layout ioctl set single traits
by Greg Farnum
· 13 years ago
83eaea2
Revert "ceph: don't truncate dirty pages in invalidate work thread"
by Sage Weil
· 13 years ago
80db8be
ceph: replace leading spaces with tabs
by Noah Watkins
· 13 years ago
b61c276
libceph: don't complain on msgpool alloc failures
by Sage Weil
· 13 years ago
6ab00d4
libceph: create messenger with client
by Sage Weil
· 13 years ago
6a8ea47
ceph: document ioctls
by Sage Weil
· 13 years ago
0d66a48
ceph: implement (optional) max read size
by Sage Weil
· 13 years ago
83817e3
ceph: rename rsize -> rasize
by Sage Weil
· 13 years ago
7c27219
ceph: make readpages fully async
by Sage Weil
· 13 years ago
ef78cc7
Merge branch 'nfs-for-3.2' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 13 years ago
1442d16
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
cf80390
ext4: prevent stack overrun in ext4_file_open
by Darrick J. Wong
· 13 years ago
b9e2780
sysfs: Remove support for tagged directories with untagged members (again)
by Eric W. Biederman
· 13 years ago
a4e5d88
ext4: update EOFBLOCKS flag on fallocate properly
by Dmitry Monakhov
· 13 years ago
8a9ea32
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next
by Linus Torvalds
· 13 years ago
16d0587
NFSd: call svc rpcbind cleanup explicitly
by Stanislav Kinsbursky
· 13 years ago
2d03423
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
59e5253
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 13 years ago
Next »