Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
939e17799619e31331d2433041196529515a86a6
/
fs
« Previous
c8da19b
NFSv4.1: Fix an ABBA locking issue with session and state serialisation
by Trond Myklebust
· 12 years ago
7dd690c
f2fs: avoid build warning
by Jaegeuk Kim
· 12 years ago
90b2fc6
Merge branch 'f2fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs into dev
by Jaegeuk Kim
· 12 years ago
e975082
f2fs: add compat_ioctl to provide backward compatability
by Namjae Jeon
· 12 years ago
b7250d2
f2fs: fix calculation of max. gc cost in the SSR case
by Jaegeuk Kim
· 12 years ago
4372752
f2fs: clarify and enhance the f2fs_gc flow
by Jaegeuk Kim
· 12 years ago
b1f1daf
f2fs: optimize the return condition for has_not_enough_free_secs
by Namjae Jeon
· 12 years ago
5ac206c
f2fs: make an accessor to get sections for particular block type
by Namjae Jeon
· 12 years ago
2571842
f2fs: mark gc_thread as NULL when thread creation is failed
by Namjae Jeon
· 12 years ago
ec7b1f2
f2fs: name gc task as per the block device
by Namjae Jeon
· 12 years ago
48600e4
f2fs: remove unnecessary gc option check and balance_fs
by Changman Lee
· 12 years ago
94787d9
f2fs: remove repeated F2FS_SET_SB_DIRT call
by Changman Lee
· 12 years ago
14d7e9d
f2fs: when check superblock failed, try to check another superblock
by majianpeng
· 12 years ago
5c9b469
f2fs: use F2FS_BLKSIZE to judge bloksize and page_cache_size
by majianpeng
· 12 years ago
f83759e
f2fs: add device name in debugfs
by majianpeng
· 12 years ago
facb020
f2fs: stop repeated checking if cp is needed
by Changman Lee
· 12 years ago
d4686d56
f2fs: avoid balanc_fs during evict_inode
by Jaegeuk Kim
· 12 years ago
369a708
f2fs: remove the use of page_cache_release
by Jaegeuk Kim
· 12 years ago
324ddc7
f2fs: fix typo mistake for data_version description
by Namjae Jeon
· 12 years ago
a2b52a5
f2fs: reorganize code for ra_node_page
by Namjae Jeon
· 12 years ago
3786dfd
f2fs: avoid redundant call to has_not_enough_free_secs in f2fs_gc
by Namjae Jeon
· 12 years ago
d6212a5
f2fs: add un/freeze_fs into super_operations
by Changman Lee
· 12 years ago
a2617dc
f2fs: clean up the add_orphan_inode func
by majianpeng
· 12 years ago
aa43507
f2fs: fix disable_ext_identify option spelling
by Alejandro Martinez Ruiz
· 12 years ago
bd43df0
f2fs: cover global locks for reserve_new_block
by Jaegeuk Kim
· 12 years ago
577e349
f2fs: prevent checkpoint once any IO failure is detected
by Jaegeuk Kim
· 12 years ago
7d79e75
f2fs: save device node number into f2fs_inode
by Changman Lee
· 12 years ago
e56a316
nfsd4: free_stid can be static
by Fengguang Wu
· 12 years ago
c21443c
NFSv4: Fix a reboot recovery race when opening a file
by Trond Myklebust
· 12 years ago
65b62a2
NFSv4: Ensure delegation recall and byte range lock removal don't conflict
by Trond Myklebust
· 12 years ago
37380e4
NFSv4: Fix up the return values of nfs4_open_delegation_recall
by Trond Myklebust
· 12 years ago
d25be54
NFSv4.1: Don't lose locks when a server reboots during delegation return
by Trond Myklebust
· 12 years ago
9a99af49
NFSv4.1: Prevent deadlocks between state recovery and file locking
by Trond Myklebust
· 12 years ago
c137afa
NFSv4: Allow the state manager to mark an open_owner as being recovered
by Trond Myklebust
· 12 years ago
a9834cb
Merge branch 'acpi-pm'
by Rafael J. Wysocki
· 12 years ago
b6f4bee
fs/9p: Fix atomic_open
by M. Mohan Kumar
· 12 years ago
03f0e02
fs/9p: Don't use O_TRUNC flag in TOPEN and TLOPEN request
by Aneesh Kumar K.V
· 12 years ago
7ffdea7
locking in fs/9p ->readdir()
by Al Viro
· 12 years ago
b6e96d0
jbd2: use module parameters instead of debugfs for jbd_debug
by Theodore Ts'o
· 12 years ago
a0b30c1
ext4: use module parameters instead of debugfs for mballoc_debug
by Theodore Ts'o
· 12 years ago
1139575
ext4: start handle at the last possible moment when creating inodes
by Theodore Ts'o
· 12 years ago
95eaefb
ext4: fix the number of credits needed for acl ops with inline data
by Theodore Ts'o
· 12 years ago
64044ab
ext4: fix the number of credits needed for ext4_unlink() and ext4_rmdir()
by Theodore Ts'o
· 12 years ago
4b21763
ext4: fix the number of credits needed for ext4_ext_migrate()
by Theodore Ts'o
· 12 years ago
8dcfaad
ext4: start handle at the last possible moment in ext4_rmdir()
by Theodore Ts'o
· 12 years ago
931b686
ext4: start handle at the last possible moment in ext4_unlink()
by Theodore Ts'o
· 12 years ago
47564bf
ext4: grab page before starting transaction handle in write_begin()
by Theodore Ts'o
· 12 years ago
9924a92
ext4: pass context information to jbd2__journal_start()
by Theodore Ts'o
· 12 years ago
01a7dec
nfsd: keep a checksum of the first 256 bytes of request
by Jeff Layton
· 12 years ago
722887d
ext4: move the jbd2 wrapper functions out of super.c
by Theodore Ts'o
· 12 years ago
343d9c2
jbd2: add tracepoints which provide per-handle statistics
by Theodore Ts'o
· 12 years ago
b7f7a5e
f2fs: get rid of fake on-stack dentries
by Al Viro
· 12 years ago
69f24ea
f2fs: switch init_inode_metadata() to passing parent and name separately
by Al Viro
· 12 years ago
c004363
f2fs: switch new_inode_page() from dentry to qstr
by Al Viro
· 12 years ago
53dc9a6
f2fs: init_dent_inode() should take qstr
by Al Viro
· 12 years ago
8d19514
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
8bd75c7
sched/rt: Move rt specific bits into new header file
by Clark Williams
· 12 years ago
712ddc5
Ext2: remove the static function release_blocks to optimize the kernel
by Wang Shilong
· 12 years ago
8e3dffc
Ext2: mark inode dirty after the function dquot_free_block_nodirty is called
by Wang Shilong
· 12 years ago
311f08a
xfs: memory barrier before wake_up_bit()
by Alex Elder
· 12 years ago
634734b
fuse: allow control of adaptive readdirplus use
by Eric Wong
· 12 years ago
9fff24a
jbd2: track request delay statistics
by Theodore Ts'o
· 12 years ago
1a65e24
Btrfs: move d_instantiate outside the transaction during mksubvol
by Chris Mason
· 12 years ago
eb6b88d
Btrfs: fix EDQUOT handling in btrfs_delalloc_reserve_metadata
by Jan Schmidt
· 12 years ago
98783e4
Ext2: remove the overhead check about sb in the function ext2_new_blocks
by Wang Shilong
· 12 years ago
24f8ebe
Merge git://git.kernel.org/pub/scm/linux/kernel/git/josef/btrfs-next.git for-chris into for-linus
by Chris Mason
· 12 years ago
59fe4f4
Btrfs: fix possible stale data exposure
by Josef Bacik
· 12 years ago
5d1f402
Btrfs: fix missing i_size update
by Josef Bacik
· 12 years ago
6f1c360
Btrfs: fix race between snapshot deletion and getting inode
by Liu Bo
· 12 years ago
843fcf3
Btrfs: fix missing release of the space/qgroup reservation in start_transaction()
by Miao Xie
· 12 years ago
0a3404d
Btrfs: fix wrong sync_writers decrement in btrfs_file_aio_write()
by Miao Xie
· 12 years ago
222c81d
Btrfs: do not merge logged extents if we've removed them from the tree
by Josef Bacik
· 12 years ago
288be96
udf: Remove unused s_extLength from udf_bitmap
by Jan Kara
· 12 years ago
c60305b
udf: Make s_block_bitmap standard array
by Jan Kara
· 12 years ago
89b1f39
udf: Fix bitmap overflow on large filesystems with small block size
by Jan Kara
· 12 years ago
0e4e026
Merge branch 'for-linus' into raid56-experimental
by Chris Mason
· 12 years ago
1f0905e
Btrfs: remove conflicting check for minimum number of devices in raid56
by Chris Mason
· 12 years ago
10e78e3
Btrfs: select XOR_BLOCKS in Kconfig
by Tomasz Torcz
· 12 years ago
5976687
sunrpc: move address copy/cmp/convert routines and prototypes from clnt.h to addr.h
by Jeff Layton
· 12 years ago
3abdb60
nfsd4: simplify idr allocation
by J. Bruce Fields
· 12 years ago
2d32b29
nfsd: Fix memleak
by majianpeng
· 12 years ago
b2c77a5
Merge tag 'full-dynticks-cputime-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/linux-dynticks into sched/core
by Ingo Molnar
· 12 years ago
fe547d7
Merge branch 'fix-max-write' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 12 years ago
a9bae18
nilfs2: fix fix very long mount time issue
by Vyacheslav Dubeyko
· 12 years ago
b4e7f2c
nfsd: register a shrinker for DRC cache entries
by Jeff Layton
· 12 years ago
aca8a23
nfsd: add recurring workqueue job to clean the cache
by Jeff Layton
· 12 years ago
2c6b691
nfsd: when updating an entry with RC_NOCACHE, just free it
by Jeff Layton
· 12 years ago
13cc8a7
nfsd: remove the cache_disabled flag
by Jeff Layton
· 12 years ago
0338dd1
nfsd: dynamically allocate DRC entries
by Jeff Layton
· 12 years ago
0ee0bf7
nfsd: track the number of DRC entries in the cache
by Jeff Layton
· 12 years ago
56c2548
nfsd: always move DRC entries to the end of LRU list when updating timestamp
by Jeff Layton
· 12 years ago
d4b0bcf
dlm: check the write size from user
by David Teigland
· 12 years ago
40ae348
ext4: optimize mballoc for large allocations
by Theodore Ts'o
· 12 years ago
0415d29
fuse: send poll events
by Enke Chen
· 12 years ago
dfca7ce
fuse: don't WARN when nlink is zero
by Miklos Szeredi
· 12 years ago
6a4e922
fuse: avoid out-of-scope stack access
by Eric Wong
· 12 years ago
2eeb9b2
nfsd: initialize the exp->ex_uuid field in svc_export_init
by Jeff Layton
· 12 years ago
a4a3ec3
nfsd: break out hashtable search into separate function
by Jeff Layton
· 12 years ago
d1a0774
nfsd: clean up and clarify the cache expiration code
by Jeff Layton
· 12 years ago
25e6b8b
nfsd: remove redundant test from nfsd_reply_cache_free
by Jeff Layton
· 12 years ago
Next »