Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
kernel
/
msm
/
3c8d9a957d0ae62c2815393a781ab7ff4d5205e7
/
fs
c6f5c93
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
dbfad21
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 13 years ago
592fe89
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 13 years ago
d44c6d4
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
bc0cf58
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
57f73c2
ext4: fix handling of journalled quota options
by Theodore Ts'o
· 13 years ago
9cd70b3
ext4: address scalability issue by removing extent cache statistics
by Theodore Ts'o
· 13 years ago
659e45d
Merge branch 'for-linus-min' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
e847469
lockd: fix the endianness bug
by Al Viro
· 13 years ago
72094e4
ocfs2: ->e_leaf_clusters endianness breakage
by Al Viro
· 13 years ago
28748b3
ocfs2: ->rl_count endianness breakage
by Al Viro
· 13 years ago
e1bf4cc
ocfs: ->rl_used breakage on big-endian
by Al Viro
· 13 years ago
3a251f0
ocfs2: ->l_next_free_req breakage on big-endian
by Al Viro
· 13 years ago
6ed3cf2
btrfs: btrfs_root_readonly() broken on big-endian
by Al Viro
· 13 years ago
bfa890a
Fix number parsing in cifs_parse_mount_options
by Sachin Prabhu
· 13 years ago
af1584f
ext4: fix endianness breakage in ext4_split_extent_at()
by Al Viro
· 13 years ago
efe3965
nfsd: fix compose_entry_fh() failure exits
by Al Viro
· 13 years ago
afcf679
nfsd: fix error value on allocation failure in nfsd4_decode_test_stateid()
by Al Viro
· 13 years ago
02f5fde
nfsd: fix endianness breakage in TEST_STATEID handling
by Al Viro
· 13 years ago
04da6e9
nfsd: fix error values returned by nfsd4_lockt() when nfsd_open() fails
by Al Viro
· 13 years ago
96f6f98
nfsd: fix b0rken error value for setattr on read-only mount
by Al Viro
· 13 years ago
d53ba47
Btrfs: use commit root when loading free space cache
by Josef Bacik
· 13 years ago
f5ad501
Merge tag 'driver-core-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 13 years ago
ccb1ec9
Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
4edc2ca
Btrfs: fix use-after-free in __btrfs_end_transaction
by Dave Jones
· 13 years ago
e627ee7
Btrfs: check return value of bio_alloc() properly
by Tsutomu Itoh
· 13 years ago
c6664b4
Btrfs: remove lock assert from get_restripe_target()
by Ilya Dryomov
· 13 years ago
b89203f
Btrfs: fix eof while discarding extents
by Liu Bo
· 13 years ago
d95603b
Btrfs: fix uninit variable in repair_eb_io_failure
by Chris Mason
· 13 years ago
5ba7026
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
8e62c2d
Revert "Btrfs: increase the global block reserve estimates"
by Chris Mason
· 13 years ago
4fe9e96
Cleanup handling of NULL value passed for a mount option
by Sachin Prabhu
· 13 years ago
9dc4e6c
nfsd: don't fail unchecked creates of non-special files
by J. Bruce Fields
· 13 years ago
1b6150f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
by Linus Torvalds
· 13 years ago
0a2da9b
fuse: allow nanosecond granularity
by Miklos Szeredi
· 13 years ago
3a19888
sysfs: handle 'parent deleted before child added'
by Dan Williams
· 13 years ago
5631f2c
sysfs: Prevent crash on unset sysfs group attributes
by Bruno Prémont
· 13 years ago
ca9248d
GFS2: Allow caching of rindex glock
by Bob Peterson
· 13 years ago
70fa4a6
sysfs: Update the name hash for an entry after changing the namespace
by Tom Goff
· 13 years ago
640946f
dentry leak in simple_fill_super() failure exit
by Al Viro
· 13 years ago
f68e556
Make the "word-at-a-time" helper functions more commonly usable
by Linus Torvalds
· 13 years ago
23f347e
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net
by Linus Torvalds
· 13 years ago
35f9c09
tcp: tcp_sendpages() should call tcp_push() once
by Eric Dumazet
· 13 years ago
5d32c88
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
234e340
simple_open: automatically convert to simple_open()
by Stephen Boyd
· 13 years ago
20955e8
libfs: add simple_open()
by Stephen Boyd
· 13 years ago
7563ec4
hugetlbfs: remove unregister_filesystem() when initializing module
by Hillf Danton
· 13 years ago
44c8249
fs/xattr.c:setxattr(): improve handling of allocation failures
by Andrew Morton
· 13 years ago
0d08d7b
fs/xattr.c:listxattr(): fall back to vmalloc() if kmalloc() failed
by Andrew Morton
· 13 years ago
703bf2d
fs/xattr.c: suppress page allocation failure warnings from sys_listxattr()
by Dave Jones
· 13 years ago
99663be
proc: fix mount -t proc -o AAA
by Vasiliy Kulikov
· 13 years ago
5e2f7d6
GFS2: Make sure rindex is uptodate before starting transactions
by Bob Peterson
· 13 years ago
43f63c8
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
66cfb32
Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
e4b41fb
Fix UNC parsing on mount
by Sachin Prabhu
· 13 years ago
1023807
Remove unnecessary check for NULL in password parser
by Sachin Prabhu
· 13 years ago
66189be
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
9ebb389
Revert "CIFS: Fix VFS lock usage for oplocked files"
by Steve French
· 13 years ago
2545e07
cifs: writing past end of struct in cifs_convert_address()
by Dan Carpenter
· 13 years ago
b2a3ad9
cifs: silence compiler warnings showing up with gcc-4.7.0
by Jeff Layton
· 13 years ago
b5efb97
CIFS: Fix VFS lock usage for oplocked files
by Pavel Shilovsky
· 13 years ago
8bb1f22
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs
by Linus Torvalds
· 13 years ago
c0d0259
vfs: fix out-of-date dentry_unhash() comment
by J. Bruce Fields
· 13 years ago
bad6118
vfs: split __lookup_hash
by Miklos Szeredi
· 13 years ago
81e6f52
untangling do_lookup() - take __lookup_hash()-calling case out of line.
by Al Viro
· 13 years ago
a325554
untangling do_lookup() - switch to calling __lookup_hash()
by Al Viro
· 13 years ago
a6ecdfc
untangling do_lookup() - merge d_alloc_and_lookup() callers
by Al Viro
· 13 years ago
ec335e9
untangling do_lookup() - merge failure exits in !dentry case
by Al Viro
· 13 years ago
d774a05
untangling do_lookup() - massage !dentry case towards __lookup_hash()
by Al Viro
· 13 years ago
08b0ab7
untangling do_lookup() - get rid of need_reval in !dentry case
by Al Viro
· 13 years ago
acc9cb3
untangling do_lookup() - eliminate a loop.
by Al Viro
· 13 years ago
37c17e1
untangling do_lookup() - expand the area under ->i_mutex
by Al Viro
· 13 years ago
3f6c7c7
untangling do_lookup() - isolate !dentry stuff from the rest of it.
by Al Viro
· 13 years ago
cda309d
vfs: move MAY_EXEC check from __lookup_hash()
by Miklos Szeredi
· 13 years ago
3637c05
vfs: don't revalidate just looked up dentry
by Miklos Szeredi
· 13 years ago
fa4ee15
vfs: fix d_need_lookup/d_revalidate order in do_lookup
by Miklos Szeredi
· 13 years ago
4613ad1
ext3: move headers to fs/ext3/
by Al Viro
· 13 years ago
f7699f2
migrate ext2_fs.h guts to fs/ext2/ext2.h
by Al Viro
· 13 years ago
2f99c36
get rid of pointless includes of ext2_fs.h
by Al Viro
· 13 years ago
22a71c3
pstore: trim pstore_get_inode()
by Al Viro
· 13 years ago
a2e1859
aio: take final put_ioctx() into callers of io_destroy()
by Al Viro
· 13 years ago
06af121
aio: merge aio_cancel_all() with wait_for_all_aios()
by Al Viro
· 13 years ago
6308191
tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec()
by Oleg Nesterov
· 13 years ago
623ff77
Merge tag 'for-linus-3.4' of git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
10f3cb4
Merge git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 13 years ago
9613beb
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 13 years ago
cb85a6e
proc: stats: Use arch_idle_time for idle and iowait times if available
by Martin Schwidefsky
· 13 years ago
a591afc
Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
by Linus Torvalds
· 13 years ago
6268b32
Revert "ext4: don't release page refs in ext4_end_bio()"
by Linus Torvalds
· 13 years ago
71db34f
Merge branch 'for-3.4' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 13 years ago
18a06ef
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 13 years ago
10bdfb5
pagemap: remove remaining unneeded spin_lock()
by Naoya Horiguchi
· 13 years ago
bc3f116
Btrfs: update the checks for mixed block groups with big metadata blocks
by Chris Mason
· 13 years ago
e1f041e
Btrfs: update to the right index of defragment
by Liu Bo
· 13 years ago
66c2689
Btrfs: do not bother to defrag an extent if it is a big real extent
by Liu Bo
· 13 years ago
17ce6ef
Btrfs: add a check to decide if we should defrag the range
by Liu Bo
· 13 years ago
4cb13e5
Btrfs: fix recursive defragment with autodefrag option
by Liu Bo
· 13 years ago
1f12bd0
Btrfs: fix the mismatch of page->mapping
by Liu Bo
· 13 years ago
ecb8bea
Btrfs: fix race between direct io and autodefrag
by Liu Bo
· 13 years ago
15d1ff8
Btrfs: fix deadlock during allocating chunks
by Liu Bo
· 13 years ago
Next »