Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
fa531bc8b4278010fd11819c089f6679890addee
/
fs
bf6c8a8
Merge tag 'nfs-for-3.8-4' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
c489ee2
NFSv4.1: Handle NFS4ERR_DELAY when resetting the NFSv4.1 session
by Trond Myklebust
· 12 years ago
ab22541
NFS: Don't silently fail setattr() requests on mountpoints
by Trond Myklebust
· 12 years ago
f96736e
Merge tag 'for-linus-v3.8-rc6' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 12 years ago
65e3aa7
xfs: Fix xfs_swap_extents() after removal of xfs_flushinval_pages()
by Torsten Kaiser
· 12 years ago
4b05d09
xfs: Fix possible use-after-free with AIO
by Jan Kara
· 12 years ago
9f87832
xfs: fix shutdown hang on invalid inode during create
by Dave Chinner
· 12 years ago
f2a4595
xfs: limit speculative prealloc near ENOSPC thresholds
by Dave Chinner
· 12 years ago
eb17861
xfs: fix _xfs_buf_find oops on blocks beyond the filesystem end
by Dave Chinner
· 12 years ago
d26978d
xfs: pull up stack_switch check into xfs_bmapi_write
by Brian Foster
· 12 years ago
1bee12b
xfs: Do not return EFSCORRUPTED when filesystem probe finds no XFS magic
by Eric Sandeen
· 12 years ago
d4e0bfe
GFS2: fix skip unlock condition
by David Teigland
· 12 years ago
65436ec
NFSv4.1: Ensure that nfs41_walk_client_list() does start lease recovery
by Trond Myklebust
· 12 years ago
202c312
NFSv4: Fix NFSv4 trunking discovery
by Trond Myklebust
· 12 years ago
4ae19c2
NFSv4: Fix NFSv4 reference counting for trunked sessions
by Trond Myklebust
· 12 years ago
dee972b
NFS: Fix error reporting in nfs_xdev_mount
by Trond Myklebust
· 12 years ago
d7df025
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
66e2d3e
Merge branch 'for-next' of git://git.samba.org/sfrench/cifs-2.6
by Linus Torvalds
· 12 years ago
1eafa6c
Btrfs: fix repeated delalloc work allocation
by Miao Xie
· 12 years ago
c9f01bf
Btrfs: fix wrong max device number for single profile
by Miao Xie
· 12 years ago
2cba30f
Btrfs: fix missed transaction->aborted check
by Miao Xie
· 12 years ago
8d25a08
Btrfs: Add ACCESS_ONCE() to transaction->abort accesses
by Miao Xie
· 12 years ago
e58dd74
Btrfs: put csums on the right ordered extent
by Josef Bacik
· 12 years ago
192000d
Btrfs: use right range to find checksum for compressed extents
by Liu Bo
· 12 years ago
b017511
Btrfs: fix panic when recovering tree log
by Josef Bacik
· 12 years ago
201a903
Btrfs: do not allow logged extents to be merged or removed
by Josef Bacik
· 12 years ago
10b8c7d
fs/cifs/cifs_dfs_ref.c: fix potential memory leakage
by Cong Ding
· 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
a105bb8
Btrfs: fix a regression in balance usage filter
by Ilya Dryomov
· 12 years ago
83bfccb
Merge branch 'mutex-ops@next-for-chris' of git://github.com/idryomov/btrfs-unstable into linus
by Chris Mason
· 12 years ago
daf2c08
Merge branch 'for-chris' of git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next into linus
by Chris Mason
· 12 years ago
2cf6870
Btrfs: prevent qgroup destroy when there are still relations
by Arne Jansen
· 12 years ago
ff24858
Btrfs: ignore orphan qgroup relations
by Arne Jansen
· 12 years ago
e3e2775
cifs: fix srcip_matches() for ipv6
by Nickolai Zeldovich
· 12 years ago
25122d1
Btrfs: reorder locks and sanity checks in btrfs_ioctl_defrag
by Ilya Dryomov
· 12 years ago
4ac20c7
Btrfs: fix unlock order in btrfs_ioctl_rm_dev
by Ilya Dryomov
· 12 years ago
18f39c4
Btrfs: fix unlock order in btrfs_ioctl_resize
by Ilya Dryomov
· 12 years ago
2c0c9da
Btrfs: fix "mutually exclusive op is running" error code
by Ilya Dryomov
· 12 years ago
ed0fb78
Btrfs: bring back balance pause/resume logic
by Ilya Dryomov
· 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
3972f26
btrfs: update timestamps on truncate()
by Eric Sandeen
· 12 years ago
f276795
btrfs: fix btrfs_cont_expand() freeing IS_ERR em
by Zach Brown
· 12 years ago
f9e4fb5
Btrfs: fix a bug when llseek for delalloc bytes behind prealloc extents
by Liu Bo
· 12 years ago
1214b53
Btrfs: fix off-by-one in lseek
by Liu Bo
· 12 years ago
3268a24
Btrfs: reset path lock state to zero
by Liu Bo
· 12 years ago
ac5c930
Btrfs: let allocation start from the right raid type
by Liu Bo
· 12 years ago
f3fe820
Btrfs: add orphan before truncating pagecache
by Josef Bacik
· 12 years ago
72bcd99
Btrfs: set flushing if we're limited flushing
by Josef Bacik
· 12 years ago
9754767
Btrfs: fix missing write access release in btrfs_ioctl_resize()
by Miao Xie
· 12 years ago
dba60f3
Btrfs: fix resize a readonly device
by Miao Xie
· 12 years ago
5c39da5
Btrfs: do not delete a subvolume which is in a R/O subvolume
by Miao Xie
· 12 years ago
d86e56c
Btrfs: disable qgroup id 0
by Miao Xie
· 12 years ago
cc975eb
btrfs: get the device in write mode when deleting it
by Lukas Czerner
· 12 years ago
cfa7a9c
Btrfs: fix memory leak in name_cache_insert()
by Tsutomu Itoh
· 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
Next »