Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
161ebf9fcca967e7396bb076af5ed18539497a3f
/
fs
161ebf9
CIFS: Simplify setlk error handling for mandatory locking
by Pavel Shilovsky
· 13 years ago
1a67a57
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
06ef93e
Merge branch 'for-3.2' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
092f4c5
Merge branch 'akpm' (Andrew's incoming - part two)
by Linus Torvalds
· 13 years ago
080d676
aio: allocate kiocbs in batches
by Jeff Moyer
· 13 years ago
f1ecf06
sysctl: add support for poll()
by Lucas De Marchi
· 13 years ago
aa6afca
proc: fix races against execve() of /proc/PID/fd**
by Vasiliy Kulikov
· 13 years ago
887df07
procfs: report EISDIR when reading sysctl dirs in proc
by Pavel Emelyanov
· 13 years ago
434a964
hfs: fix hfs_find_init() sb->ext_tree NULL ptr oops
by Phillip Lougher
· 13 years ago
3069083
isofs: add readpages support
by Namjae Jeon
· 13 years ago
0620d91
ramfs: remove module leftovers
by Richard Weinberger
· 13 years ago
a3defbe
binfmt_elf: fix PIE execution with randomization disabled
by Jiri Kosina
· 13 years ago
d211858
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/vfs-queue
by Linus Torvalds
· 13 years ago
f1f8935
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
3411664
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 13 years ago
de0a534
Merge branch 'for-linus' of git://github.com/richardweinberger/linux
by Linus Torvalds
· 13 years ago
548fd1e
um: kill useless include of user.h
by Al Viro
· 13 years ago
f0023bc
vfs: add d_prune dentry operation
by Sage Weil
· 13 years ago
a78ef70
vfs: protect i_nlink
by Miklos Szeredi
· 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
dd2a981
logfs: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
a7732b0
ocfs2: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
c818b68
jfs: remove unnecessary nlink setting
by Miklos Szeredi
· 13 years ago
2833eb2
vfs: ignore error on forced remount
by Miklos Szeredi
· 13 years ago
1fa1e7f
readlinkat: ensure we return ENOENT for the empty pathname for normal lookups
by Andy Whitcroft
· 13 years ago
32096ea
vfs: fix dentry leak in simple_fill_super()
by Konstantin Khlebnikov
· 13 years ago
f2a4452
jbd2: Unify log messages in jbd2 code
by Eryu Guan
· 13 years ago
8762202
jbd/jbd2: validate sb->s_first in journal_get_superblock()
by Eryu Guan
· 13 years ago
bf52c6f
ext4: let ext4_ext_rm_leaf work with EXT_DEBUG defined
by Yongqiang Yang
· 13 years ago
32de675
ext4: fix a syntax error in ext4_ext_insert_extent when debugging enabled
by Yongqiang Yang
· 13 years ago
fc0d14f
nfsd4: typo logical vs bitwise negate in nfsd4_decode_share_access
by Benny Halevy
· 13 years ago
1c39865
Merge branch 'pstore' of git://git.kernel.org/pub/scm/linux/kernel/git/aegl/linux
by Linus Torvalds
· 13 years ago
f6d90b4
sysfs: Make sysfs_rename safe with sysfs_dirents in rbtrees.
by Eric W. Biederman
· 13 years ago
d8805e6
epoll: fix spurious lockdep warnings
by Nelson Elhage
· 13 years ago
0a90e0f
fat: follow rename pack_hex_byte() to hex_byte_pack()
by Andy Shevchenko
· 13 years ago
b9075fa
treewide: use __printf not __attribute__((format(printf,...)))
by Joe Perches
· 13 years ago
d70ef97
fs/pipe.c: add ->statfs callback for pipefs
by Pavel Emelyanov
· 13 years ago
72a2ebd
fs/buffer.c: add device information for error output in __find_get_block_slow()
by Tao Ma
· 13 years ago
09f363c
vmscan: fix shrinker callback bug in fs/super.c
by Mikulas Patocka
· 13 years ago
79824820
lib/string.c: introduce memchr_inv()
by Akinobu Mita
· 13 years ago
966dbde
ext4: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
94054fa
xfs: warn if direct reclaim tries to writeback pages
by Mel Gorman
· 13 years ago
bc3e53f
mm: distinguish between mlocked and pinned pages
by Christoph Lameter
· 13 years ago
f5fc870
tmpfs: add "tmpfs" to the Kconfig prompt to make it obvious.
by Robert P. J. Day
· 13 years ago
c9f0124
oom: remove oom_disable_count
by David Rientjes
· 13 years ago
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
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
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
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
6d6a4351
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
79835a71
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
62a3dde
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
Next »