Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0ec585d320acb3e9c33b2b2ba9cefb4a62483d42
/
fs
04f9b74
remove extra definitions of U32_MAX
by Alex Elder
· 11 years ago
7771953
conditionally define U32_MAX
by Alex Elder
· 11 years ago
2252b62
logfs: check for the return value after calling find_or_create_page()
by Younger Liu
· 11 years ago
e3bba3c
fs/proc/page.c: add PageAnon check to surely detect thp
by Naoya Horiguchi
· 11 years ago
90804ed
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 11 years ago
5ee7a81a
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 11 years ago
0d90d63
Merge tag 'for-f2fs-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs
by Linus Torvalds
· 11 years ago
1d32bda
Merge tag 'xfs-for-linus-v3.14-rc1' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
bb1281f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
by Linus Torvalds
· 11 years ago
bf39c00
f2fs: drop obsolete node page when it is truncated
by Jaegeuk Kim
· 11 years ago
7678ac5
fuse: support clients that don't implement 'open'
by Andrew Gallagher
· 11 years ago
451418f
fuse: don't invalidate attrs when not using atime
by Andrew Gallagher
· 11 years ago
063ec1e
fuse: fix SetPageUptodate() condition in STORE
by Miklos Szeredi
· 11 years ago
28a625c
fuse: fix pipe_buf_operations
by Miklos Szeredi
· 11 years ago
4ef51a8
f2fs: introduce NODE_MAPPING for code consistency
by Jaegeuk Kim
· 11 years ago
63f5384
f2fs: remove the orphan block page array
by Gu Zheng
· 11 years ago
9df27d9
f2fs: add help function META_MAPPING
by Gu Zheng
· 11 years ago
e8dae60
f2fs: move a branch for code redability
by Jaegeuk Kim
· 11 years ago
a18ff06
f2fs: call mark_inode_dirty to flush dirty pages
by Jaegeuk Kim
· 11 years ago
df32e43
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
ff0bc6c
Merge tag 'dlm-3.14' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/linux-dlm
by Linus Torvalds
· 11 years ago
2182c81
Merge tag 'gfs2-merge-window' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-nmw
by Linus Torvalds
· 11 years ago
34e431b
/proc/meminfo: provide estimated available memory
by Rik van Riel
· 11 years ago
af52b04
fs/ramfs: don't use module_init for non-modular core code
by Paul Gortmaker
· 11 years ago
b5bd856
fs/super.c: fix WARN on alloc_super() fail path
by Vladimir Davydov
· 11 years ago
4e4f9e6
fs/read_write.c:compat_readv(): remove bogus area verify
by Corey Minyard
· 11 years ago
38316c8
fs/compat_ioctl.c: fix an underflow issue (harmless)
by Dan Carpenter
· 11 years ago
0afaa12
posix_acl: uninlining
by Andrew Morton
· 11 years ago
75f82ea
ocfs2: fix NULL pointer dereference when dismount and ocfs2rec simultaneously
by Yiwen Jiang
· 11 years ago
a2a3b39
ocfs2: punch hole should return EINVAL if the length argument in ioctl is negative
by Tariq Saeed
· 11 years ago
16eac4b
ocfs2: fix sparse non static symbol warning
by Wei Yongjun
· 11 years ago
1ba2212
ocfs2: adjust minlen with discard_granularity in the FITRIM ioctl
by Jie Liu
· 11 years ago
aa89762
ocfs2: return EINVAL if the given range to discard is less than block size
by Jie Liu
· 11 years ago
19e8ac2
ocfs2: return EOPNOTSUPP if the device does not support discard
by Jie Liu
· 11 years ago
0a2fcd89
ocfs2: remove redundant ocfs2_alloc_dinode_update_counts() and ocfs2_block_group_set_bits()
by Younger Liu
· 11 years ago
c994c2e
ocfs2: use the new DLM operation callbacks while requesting new lockspace
by Goldwyn Rodrigues
· 11 years ago
4150363
ocfs2: framework for version LVB
by Goldwyn Rodrigues
· 11 years ago
3e83415
ocfs2: pass ocfs2_cluster_connection to ocfs2_this_node
by Goldwyn Rodrigues
· 11 years ago
24aa338
ocfs2: shift allocation ocfs2_live_connection to user_connect()
by Goldwyn Rodrigues
· 11 years ago
66e188f
ocfs2: add DLM recovery callbacks
by Goldwyn Rodrigues
· 11 years ago
c74a3bd
ocfs2: add clustername to cluster connection
by Goldwyn Rodrigues
· 11 years ago
ff8fb33
ocfs2: remove versioning information
by Goldwyn Rodrigues
· 11 years ago
56b27cf
fsnotify: remove pointless NULL initializers
by Jan Kara
· 11 years ago
83c4c4b
fsnotify: remove .should_send_event callback
by Jan Kara
· 11 years ago
7053aee
fsnotify: do not share events between notification groups
by Jan Kara
· 11 years ago
e9fe690
inotify: provide function for name length rounding
by Jan Kara
· 11 years ago
d3bad75
Merge tag 'driver-core-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
6c311ec
f2fs: clean checkpatch warnings
by Chris Fries
· 11 years ago
d57b9c9
GFS2: revert "GFS2: d_splice_alias() can't return error"
by J. Bruce Fields
· 11 years ago
48ba620
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 11 years ago
db4aad2
kernfs: associate a new kernfs_node with its parent on creation
by Tejun Heo
· 11 years ago
8b127d0
GFS2: Small cleanup
by Bob Peterson
· 11 years ago
ac3beb6
GFS2: Don't use ENOBUFS when ENOMEM is the correct error code
by Steven Whitehouse
· 11 years ago
c434cbc
f2fs: missing REQ_META and REQ_PRIO when sync_meta_pages(META_FLUSH)
by Changman Lee
· 11 years ago
c33ec32
f2fs: avoid f2fs_balance_fs call during pageout
by Jaegeuk Kim
· 11 years ago
70b23ce
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 11 years ago
1e3d362
GFS2: Fix kbuild test robot reported warning
by Steven Whitehouse
· 11 years ago
70f2fe3
nilfs2: fix segctor bug that causes file system corruption
by Andreas Rohner
· 11 years ago
2d9e723
GFS2: Move quota bitmap operations under their own lock
by Steven Whitehouse
· 11 years ago
ee2411a
GFS2: Clean up quota slot allocation
by Steven Whitehouse
· 11 years ago
8ad151c
GFS2: Only run logd and quota when mounted read/write
by Steven Whitehouse
· 11 years ago
c754fbb
GFS2: Use RCU/hlist_bl based hash for quotas
by Steven Whitehouse
· 11 years ago
086352f
GFS2: No need to invalidate pages for a dio read
by Steven Whitehouse
· 11 years ago
bb30594
kernfs: fix get_active failure handling in kernfs_seq_*()
by Tejun Heo
· 11 years ago
499046a
f2fs: add delimiter to seperate name and value in debug phrase
by Changman Lee
· 11 years ago
17b692f
f2fs: use spinlock rather than mutex for better speed
by Gu Zheng
· 11 years ago
c1ef3725
f2fs: move alloc new orphan node out of lock protection region
by Gu Zheng
· 11 years ago
4531929
f2fs: move grabing orphan pages out of protection region
by Gu Zheng
· 11 years ago
5514f0a
f2fs: remove the needless parameter of f2fs_wait_on_page_writeback
by Yuan Zhong
· 11 years ago
683bb27
Revert "kernfs: fix get_active failure handling in kernfs_seq_*()"
by Greg Kroah-Hartman
· 11 years ago
87da149
Revert "kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq"
by Greg Kroah-Hartman
· 11 years ago
0890147
Revert "kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()"
by Greg Kroah-Hartman
· 11 years ago
798c75a
Revert "kernfs: remove KERNFS_REMOVED"
by Greg Kroah-Hartman
· 11 years ago
4f4b1b6
Revert "kernfs: restructure removal path to fix possible premature return"
by Greg Kroah-Hartman
· 11 years ago
55f6e30
Revert "kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()"
by Greg Kroah-Hartman
· 11 years ago
7653fe9
Revert "kernfs: remove kernfs_addrm_cxt"
by Greg Kroah-Hartman
· 11 years ago
f4b3e63
Revert "kernfs: make kernfs_get_active() block if the node is deactivated but not removed"
by Greg Kroah-Hartman
· 11 years ago
9b0925a
Revert "kernfs: implement kernfs_{de|re}activate[_self]()"
by Greg Kroah-Hartman
· 11 years ago
a9f138b
Revert "kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers"
by Greg Kroah-Hartman
· 11 years ago
a30f82b
Revert "sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()"
by Greg Kroah-Hartman
· 11 years ago
ce9b499
Revert "kernfs: remove unnecessary NULL check in __kernfs_remove()"
by Greg Kroah-Hartman
· 11 years ago
88533f9
kernfs: remove unnecessary NULL check in __kernfs_remove()
by Tejun Heo
· 11 years ago
d1ba277
sysfs, driver-core: remove unused {sysfs|device}_schedule_callback_owner()
by Tejun Heo
· 11 years ago
e2bc447
Merge tag 'xfs-for-linus-v3.13-rc8' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
1ae0681
kernfs, sysfs, driver-core: implement kernfs_remove_self() and its wrappers
by Tejun Heo
· 11 years ago
9f010c2
kernfs: implement kernfs_{de|re}activate[_self]()
by Tejun Heo
· 11 years ago
895a068
kernfs: make kernfs_get_active() block if the node is deactivated but not removed
by Tejun Heo
· 11 years ago
99177a3
kernfs: remove kernfs_addrm_cxt
by Tejun Heo
· 11 years ago
f601f9a
kernfs: invoke kernfs_unmap_bin_file() directly from __kernfs_remove()
by Tejun Heo
· 11 years ago
45a140e
kernfs: restructure removal path to fix possible premature return
by Tejun Heo
· 11 years ago
ae34372
kernfs: remove KERNFS_REMOVED
by Tejun Heo
· 11 years ago
a69d001
kernfs: remove KERNFS_ACTIVE_REF and add kernfs_lockdep()
by Tejun Heo
· 11 years ago
ea1c472
kernfs: replace kernfs_node->u.completion with kernfs_root->deactivate_waitq
by Tejun Heo
· 11 years ago
d92d2e6
kernfs: fix get_active failure handling in kernfs_seq_*()
by Tejun Heo
· 11 years ago
1f4a63b
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
by Chuansheng Liu
· 11 years ago
bba719b
xfs: fix off-by-one error in xfs_attr3_rmt_verify
by Jie Liu
· 11 years ago
bf3964c
Merge branch 'xfs-extent-list-locking-fixes' into for-next
by Ben Myers
· 11 years ago
dc16b18
Merge branch 'xfs-misc' into for-next
by Ben Myers
· 11 years ago
6f96b30
xfs: Calling destroy_work_on_stack() to pair with INIT_WORK_ONSTACK()
by Chuansheng Liu
· 11 years ago
39849d6
GFS2: Add initialization for address space in super block
by Steven Whitehouse
· 11 years ago
Next »