Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
faecd8dd852d4e4a63a1b8ad43e5df8e41ee0336
/
fs
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
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
70b23ce
Merge tag 'writeback-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/wfg/linux
by Linus Torvalds
· 11 years ago
70f2fe3
nilfs2: fix segctor bug that causes file system corruption
by Andreas Rohner
· 11 years ago
bb30594
kernfs: fix get_active failure handling in kernfs_seq_*()
by Tejun Heo
· 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
ef350bb
Merge tag 'ext4_for_linus_stable' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
d0abafa
ext4: fix bigalloc regression
by Eric Whitney
· 11 years ago
06f055f
Merge branch 'akpm' (incoming from Andrew)
by Linus Torvalds
· 11 years ago
4ff36ee
epoll: do not take the nested ep->mtx on EPOLL_CTL_DEL
by Jason Baron
· 11 years ago
152b734
Merge tag 'gfs2-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/steve/gfs2-3.0-fixes
by Linus Torvalds
· 11 years ago
0b3a2c9
GFS2: Fix unsafe dereference in dump_holder()
by Tetsuo Handa
· 11 years ago
f1e3268
cifs: set FILE_CREATED
by Shirish Pargaonkar
· 11 years ago
750b8de
cifs: We do not drop reference to tlink in CIFSCheckMFSymlink()
by Sachin Prabhu
· 11 years ago
ebcc943
Add missing end of line termination to some cifs messages
by Steve French
· 11 years ago
f41bfc9
Merge tag 'ext4_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 11 years ago
5bd2010
Merge 3.13-rc5 into staging-next
by Greg Kroah-Hartman
· 11 years ago
dc0a6b4
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs
by Linus Torvalds
· 11 years ago
a8472b4
Merge git://git.kvack.org/~bcrl/aio-next
by Linus Torvalds
· 11 years ago
3dc9acb
aio: clean up and fix aio_setup_ring page mapping
by Linus Torvalds
· 11 years ago
8e321fe
aio/migratepages: make aio migrate pages sane
by Benjamin LaHaise
· 11 years ago
1881686
aio: fix kioctx leak introduced by "aio: Fix a trinity splat"
by Benjamin LaHaise
· 11 years ago
a6ddeee
Merge tag 'xfs-for-linus-v3.13-rc5' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 11 years ago
df36ac1
pstore: Don't allow high traffic options on fragile devices
by Luck, Tony
· 11 years ago
f5a44db
ext4: add explicit casts when masking cluster sizes
by Theodore Ts'o
· 11 years ago
582d2f7
GFS2: Wait for async DIO in glock state changes
by Steven Whitehouse
· 11 years ago
dfd1118
GFS2: Fix incorrect invalidation for DIO/buffered I/O
by Steven Whitehouse
· 11 years ago
2516b61
Merge tag 'driver-core-3.13-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core
by Linus Torvalds
· 11 years ago
34cf865
ext4: fix deadlock when writing in ENOSPC conditions
by Jan Kara
· 11 years ago
a5905a9
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/sage/ceph-client
by Linus Torvalds
· 11 years ago
80b9bbe
kernfs: add kernfs_dir_ops
by Tejun Heo
· 11 years ago
19bbb92
kernfs: allow negative dentries
by Tejun Heo
· 11 years ago
47a52e9
kernfs: update kernfs_rename_ns() to consider KERNFS_STATIC_NAME
by Tejun Heo
· 11 years ago
2063d60
kernfs: mark static names with KERNFS_STATIC_NAME
by Tejun Heo
· 11 years ago
d0ae3d4
kernfs: add REMOVED check to create and rename paths
by Tejun Heo
· 11 years ago
bb8b9d09
kernfs: add @mode to kernfs_create_dir[_ns]()
by Tejun Heo
· 11 years ago
ac8809f
xfs: abort metadata writeback on permanent errors
by Dave Chinner
· 11 years ago
33177f0
xfs: swalloc doesn't align allocations properly
by Dave Chinner
· 11 years ago
83a0adc
xfs: remove xfsbdstrat error
by Christoph Hellwig
· 11 years ago
6e708bc
xfs: align initial file allocations correctly
by Dave Chinner
· 11 years ago
718cc6f
xfs: fix infinite loop by detaching the group/project hints from user dquot
by Jie Liu
· 11 years ago
5c22727
xfs: fix assertion failure at xfs_setattr_nonsize
by Jie Liu
· 11 years ago
30d161c
xfs: fix false assertion at xfs_qm_vop_create_dqattach
by Jie Liu
· 11 years ago
3a8c920
xfs: fix memory leak in xfs_dir2_node_removename
by Mark Tinguely
· 11 years ago
502be2a
GFS2: Fix slab memory leak in gfs2_bufdata
by Bob Peterson
· 11 years ago
9290a9a
GFS2: Fix use-after-free race when calling gfs2_remove_from_ail
by Bob Peterson
· 11 years ago
dfe5b9a
GFS2: don't hold s_umount over blkdev_put
by Steven Whitehouse
· 11 years ago
f9b0e05
writeback: Fix data corruption on NFS
by Jan Kara
· 11 years ago
56f91aa
ceph: Avoid data inconsistency due to d-cache aliasing in readpage()
by Li Wang
· 11 years ago
Next »