Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
5ce1110b92b31d079aa443e967f43a2294e01194
/
fs
64ee480
eCryptfs: ecryptfs_setattr() bugfix
by Michael Halcrow
· 17 years ago
4004c69
Avoid too many remote cpu references due to /proc/stat
by Ravikiran G Thirumalai
· 17 years ago
e53252d
unregister_chrdev() return void
by Akinobu Mita
· 17 years ago
cb00ea3
UDF: coding style conversion - lindent
by Cyrill Gorcunov
· 17 years ago
83c5407
mm: fault feedback #2
by Nick Piggin
· 17 years ago
d0217ac
mm: fault feedback #1
by Nick Piggin
· 17 years ago
54cb882
mm: merge populate and nopage into fault (fixes nonlinear)
by Nick Piggin
· 17 years ago
d00806b
mm: fix fault vs invalidate race for linear mappings
by Nick Piggin
· 17 years ago
789c56b
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 17 years ago
29e7ee3
Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6
by Linus Torvalds
· 17 years ago
a8dcf12
Merge branch 'for-linus' of git://linux-nfs.org/~bfields/linux
by Linus Torvalds
· 17 years ago
1ff8392
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
70b315b
[CIFS] merge conflict in fs/cifs/export.c
by Steve French
· 17 years ago
c18c842
[CIFS] Allow disabling CIFS Unix Extensions as mount option
by Steve French
· 17 years ago
6924c55
locks: fix vfs_test_lock() comment
by J. Bruce Fields
· 18 years ago
6d34ac1
locks: make posix_test_lock() interface more consistent
by J. Bruce Fields
· 18 years ago
370f659
nfs: disable leases over NFS
by J. Bruce Fields
· 17 years ago
6044606
gfs2: stop giving out non-cluster-coherent leases
by Marc Eshel
· 18 years ago
4698afe
locks: export setlease to filesystems
by J. Bruce Fields
· 17 years ago
f9ffed2
locks: provide a file lease method enabling cluster-coherent leases
by J. Bruce Fields
· 18 years ago
a9933ce
locks: rename lease functions to reflect locks.c conventions
by J. Bruce Fields
· 17 years ago
6d5e8b0
locks: share more common lease code
by J. Bruce Fields
· 17 years ago
e32b8ee
locks: clean up lease_alloc()
by J. Bruce Fields
· 18 years ago
d2ab0b0c
locks: convert an -EINVAL return to a BUG
by J. Bruce Fields
· 17 years ago
87250dd
leases: minor break_lease() comment clarification
by david m. richter
· 18 years ago
967e35d
sysfs: cosmetic clean up on node creation failure paths
by Tejun Heo
· 17 years ago
a1da4df
sysfs: kill an extra put in sysfs_create_link() failure path
by Tejun Heo
· 17 years ago
bc37e28
sysfs: make sysfs_init_inode() static
by Tejun Heo
· 17 years ago
e080e43
sysfs: fix sysfs root inode nlink accounting
by Tejun Heo
· 17 years ago
01da242
sysfs: avoid kmem_cache_free(NULL)
by Akinobu Mita
· 17 years ago
a6bb340
debugfs: remove rmdir() non-empty complaint
by Jens Axboe
· 17 years ago
d756d10
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
e9f410b
ext4: extent macros cleanup
by Dmitry Monakhov
· 17 years ago
26d535e
Fix compilation with EXT_DEBUG, also fix leXX_to_cpu conversions.
by Dmitry Monakhov
· 17 years ago
d699594
ext4: remove extra IS_RDONLY() check
by Dave Hansen
· 17 years ago
1330593
ext4: Use is_power_of_2()
by Vignesh Babu
· 17 years ago
fc0e15a
Use zero_user_page() in ext4 where possible
by Eric Sandeen
· 17 years ago
f8628a1
ext4: Remove 65000 subdirectory limit
by Andreas Dilger
· 17 years ago
6dd4ee7
ext4: Expand extra_inodes space per the s_{want,min}_extra_isize fields
by Kalpak Shah
· 17 years ago
ef7f383
ext4: Add nanosecond timestamps
by Kalpak Shah
· 17 years ago
0f49d5d
jbd2: Move jbd2-debug file to debugfs
by Jose R. Santos
· 17 years ago
e23291b
jbd2: Fix CONFIG_JBD_DEBUG ifdef to be CONFIG_JBD2_DEBUG
by Jose R. Santos
· 17 years ago
eb40a09
ext4: Set the journal JBD2_FEATURE_INCOMPAT_64BIT on large devices
by Jose R. Santos
· 17 years ago
c29c0ae
ext4: Make extents code sanely handle on-disk corruption
by Alex Tomas
· 17 years ago
ff9ddf7
ext4: copy i_flags to inode flags on write
by Jan Kara
· 17 years ago
1e2462f
ext4: Enable extents by default
by Mingming Cao
· 17 years ago
749269f
Change on-disk format to support 2^15 uninitialized extents
by Amit Arora
· 17 years ago
56055d3
write support for preallocated blocks
by Amit Arora
· 17 years ago
a2df2a6
fallocate support in ext4
by Amit Arora
· 17 years ago
97ac735
sys_fallocate() implementation on i386, x86_64 and powerpc
by Amit Arora
· 17 years ago
6dfce90
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 17 years ago
b8c638a
Merge branch 'uninit-var' of master.kernel.org:/pub/scm/linux/kernel/git/jgarzik/misc-2.6
by Linus Torvalds
· 17 years ago
8e1c091
arch/i386/* fs/* ipc/*: mark variables with uninitialized_var()
by Jeff Garzik
· 17 years ago
3bd858a
Introduce is_owner_or_cap() to wrap CAP_FOWNER use with fsuid check
by Satyam Sharma
· 17 years ago
49c13b5
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/avi/kvm
by Linus Torvalds
· 17 years ago
63135e0
[CIFS] More whitespace/formatting fixes (noticed by checkpatch)
by Steve French
· 17 years ago
c381bfc
Couple fixes to fs/ecryptfs/inode.c
by Mika Kukkonen
· 17 years ago
1269bc6
knfsd: nfsd: enforce per-flavor id squashing
by J. Bruce Fields
· 17 years ago
9091224
knfsd: nfsd: allow auth_sys nlm on rpcsec_gss exports
by J. Bruce Fields
· 17 years ago
4796f45
knfsd: nfsd4: secinfo handling without secinfo= option
by J. Bruce Fields
· 17 years ago
dcb488a3
knfsd: nfsd4: implement secinfo
by Andy Adamson
· 17 years ago
91fe39d
knfsd: nfsd: display export secinfo information
by J. Bruce Fields
· 17 years ago
ac34cdb
knfsd: nfsd: factor out code from show_expflags
by J. Bruce Fields
· 17 years ago
0ec757d
knfsd: nfsd4: make readonly access depend on pseudoflavor
by J. Bruce Fields
· 17 years ago
32c1eb0
knfsd: nfsd4: return nfserr_wrongsec
by Andy Adamson
· 17 years ago
6c0a654
knfsd: nfsd: factor nfsd_lookup into 2 pieces
by J. Bruce Fields
· 17 years ago
2ea2209
knfsd: nfsd: use ip-address-based domain in secinfo case
by J. Bruce Fields
· 17 years ago
3ab4d8b
knfsd: nfsd: set rq_client to ip-address-determined-domain
by J. Bruce Fields
· 17 years ago
0989a78
knfsd: nfsd: provide export lookup wrappers which take a svc_rqst
by J. Bruce Fields
· 17 years ago
87548c3
knfsd: nfsd: remove superfluous assignment from nfsd_lookup
by J. Bruce Fields
· 17 years ago
df547ef
knfsd: nfsd4: simplify exp_pseudoroot arguments
by J. Bruce Fields
· 17 years ago
e677bfe
knfsd: nfsd4: parse secinfo information in exports downcall
by Andy Adamson
· 17 years ago
42ed95c
knfsd: nfsd4: build rpcsec_gss whenever nfsd4 is built
by J. Bruce Fields
· 17 years ago
2d3bb25
knfsd: nfsd: make all exp_finding functions return -errno's on err
by J. Bruce Fields
· 17 years ago
47f9940
knfsd: nfsd4: don't delegate files that have had conflicts
by Meelap Shah
· 17 years ago
c2f1a55
knfsd: nfsd4: vary maximum delegation limit based on RAM size
by Meelap Shah
· 17 years ago
1e51402
knfsd: nfsd: remove unused header interface.h
by J. Bruce Fields
· 17 years ago
4b2ca38
knfsd: nfsd4: fix handling of acl errrors
by J. Bruce Fields
· 17 years ago
0ac68d1
knfsd: nfsd4: fix enc_stateid_sz for nfsd callbacks
by Benny Halevy
· 17 years ago
f7fede4
knfsd: nfsd4: silence a compiler warning in ACL code
by J. Bruce Fields
· 17 years ago
9a8db97
knfsd: lockd: nfsd4: use same grace period for lockd and nfsd4
by Marc Eshel
· 17 years ago
1212749
nfsd warning fix
by Andrew Morton
· 17 years ago
019ab80
knfsd: exportfs: split out reconnecting a dentry from find_exported_dentry
by Christoph Hellwig
· 17 years ago
dd90b50
knfsd: exportfs: add find_disconnected_root helper
by Christoph Hellwig
· 17 years ago
fb66a19
knfsd: exportfs: move acceptable check into find_acceptable_alias
by Christoph Hellwig
· 17 years ago
d7dd618
knfsd: exportfs: untangle ISDIR logic in find_exported_dentry
by Christoph Hellwig
· 17 years ago
10f11c3
knfsd: exportfs: remove CALL macro
by Christoph Hellwig
· 17 years ago
d37065c
knfsd: exportfs: add procedural interface for NFSD
by Christoph Hellwig
· 17 years ago
5ca2960
knfsd: exportfs: remove iget abuse
by Christoph Hellwig
· 17 years ago
a569425
knfsd: exportfs: add exportfs.h header
by Christoph Hellwig
· 17 years ago
9281ace
kallsyms: make KSYM_NAME_LEN include space for trailing '\0'
by Tejun Heo
· 17 years ago
8314418
Freezer: make kernel threads nonfreezable by default
by Rafael J. Wysocki
· 17 years ago
787d221
fs: introduce some page/buffer invariants
by Nick Piggin
· 17 years ago
8e1f936
mm: clean up and kernelify shrinker registration
by Rusty Russell
· 17 years ago
5ad333e
Lumpy Reclaim V4
by Andy Whitcroft
· 17 years ago
769848c
Add __GFP_MOVABLE for callers to flag allocations from high memory that may be migrated
by Mel Gorman
· 17 years ago
10fa16e
9p: fix debug compilation error
by Eric Van Hensbergen
· 17 years ago
5b37696
utime(s): Honour CAP_FOWNER when times==NULL
by Satyam Sharma
· 17 years ago
959bc220
Fix LDM for new field in the VOL5 VBLK.
by Anton Altaparmakov
· 17 years ago
Next »