Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
a80da7389891d0eeacbd568a9b54f665fd424d14
/
fs
d063389
[PATCH] smbfs: remove kmalloc wrapper
by Pekka Enberg
· 19 years ago
44db77f
[PATCH] ncpfs: remove kmalloc wrapper
by Pekka Enberg
· 19 years ago
3135806
[PATCH] quota: make useless quota error message informative
by Valdis.Kletnieks@vt.edu
· 19 years ago
d9975d6
[PATCH] reiserfs: remove d_splice_alias NULL check from reiserfs_lookup
by Pekka Enberg
· 19 years ago
2ff6b1c
[PATCH] isofs: remove d_splice_alias NULL check from isofs_lookup
by Pekka Enberg
· 19 years ago
ba7fe36
[PATCH] ext3: remove d_splice_alias NULL check from ext3_lookup
by Pekka Enberg
· 19 years ago
082a05c
[PATCH] ext2: remove d_splice_alias NULL check from ext2_lookup
by Pekka Enberg
· 19 years ago
7339ff8
[PATCH] Add tmpfs options for memory placement policies
by Robin Holt
· 19 years ago
858119e
[PATCH] Unlinline a bunch of other functions
by Arjan van de Ven
· 19 years ago
7170be5
[PATCH] convert /proc/devices to use seq_file interface
by Neil Horman
· 19 years ago
faf3a98
[PATCH] autofs4 oops fix
by Ian Kent
· 19 years ago
7b4ee73
[PATCH] ufs cleanup
by Evgeniy
· 19 years ago
25cd6aa
Merge ../linux-2.6
by Paul Mackerras
· 19 years ago
8a430d7
[PATCH] Fix oops in ufs_fill_super at mount time
by Evgeniy
· 19 years ago
898b539
[PATCH] powerpc: Add/remove/update properties in /proc/device-tree
by Dave C Boutcher
· 19 years ago
9f5974c
Merge git://oss.sgi.com:8090/oss/git/xfs-2.6
by Linus Torvalds
· 19 years ago
c6b44d1
[PATCH] Implement ioctl emulation for the parport character device
by Andi Kleen
· 19 years ago
2966387
[PATCH] x86_64: Implement compat code for sg driver SG_GET_REQUEST_TABLE ioctl
by Andi Kleen
· 19 years ago
16f7e0f
[PATCH] capable/capability.h (fs/)
by Randy Dunlap
· 19 years ago
c59ede7
[PATCH] move capable() to capability.h
by Randy.Dunlap
· 19 years ago
ef43bc4
[PATCH] reiserfs: fix assertion failure in reiserfs+journaled quotas
by Jan Kara
· 19 years ago
9e9e394
[PATCH] kdump: vmcore compilation warning fix
by Vivek Goyal
· 19 years ago
ddae9c2
Merge HEAD from oss.sgi.com:/oss/git/linux-2.6.git
by Nathan Scott
· 19 years ago
0d1335b
[XFS] Fix follow_link when dealing with symlinks larger than 256 bytes.
by Nathan Scott
· 19 years ago
3762ec6
[XFS] Merge in trivial changes, sync up headers with userspace equivalents.
by Nathan Scott
· 19 years ago
6ab6542
[XFS] Fix compiler warnings from older gcc versions wrt printfalike arguments.
by Nathan Scott
· 19 years ago
ca5ccbf
[XFS] Fix some build fallout from atime changes.
by Nathan Scott
· 19 years ago
1259845
[XFS] remove XFS_LOG_RES_DEBUG and turn on the res history all the time to
by Tim Shimmin
· 19 years ago
71df099
[XFS] xfssyncd is responsible for flushing inode or device's data by
by Yingping Lu
· 19 years ago
75e17b3
[XFS] add helper to get xfs_inode from vnode
by Christoph Hellwig
· 19 years ago
204ab25
[XFS] Fix up offset type inconsistencies and gcc warnings from earlier changes.
by Nathan Scott
· 19 years ago
da7f93e
[XFS] fix up per-device xfsbufd
by Christoph Hellwig
· 19 years ago
f5e596b
[XFS] fix writeback control handling fix a reversed condition on where to
by Christoph Hellwig
· 19 years ago
6c4fe19
[XFS] cluster rewrites We can cluster mapped pages aswell, this improves
by Christoph Hellwig
· 19 years ago
7336cea
[XFS] pass full 64bit offsets to xfs_add_to_ioend
by Christoph Hellwig
· 19 years ago
d5cb48a
[XFS] consolidate some code in xfs_page_state_convert The unmapped buffer
by Christoph Hellwig
· 19 years ago
9260dc6
[XFS] various fixes for xfs_convert_page fix various bogusities in
by Christoph Hellwig
· 19 years ago
1defeac
[XFS] clean up the xfs_offset_to_map interface Currently we pass a struct
by Christoph Hellwig
· 19 years ago
10ce444
[XFS] use pagevec lookups This reduces the time spend in the radix tree
by Christoph Hellwig
· 19 years ago
f6d6d4f
[XFS] Initial pass at going directly-to-bio on the buffered IO path. This
by Christoph Hellwig
· 19 years ago
ce8e922
[XFS] Complete the pagebuf -> xfs_buf naming convention transition, finally.
by Nathan Scott
· 19 years ago
68bdb6e
[XFS] Fixed delayed_blks assert failure during umount. The delayed_blks
by Yingping Lu
· 19 years ago
a6867a6
[XFS] Introduce per-filesystem delwri pagebuf flushing to reduce
by David Chinner
· 19 years ago
216d3b2
[XFS] take out the call to vn_mark_bad() used when acl inherit fails and
by Tim Shimmin
· 19 years ago
794fe2d
[XFS] endianess annotations and tidying for the uuid code
by Christoph Hellwig
· 19 years ago
60a204f
[XFS] Fix a thinko when generating a forced shutdown stack trace.
by Nathan Scott
· 19 years ago
0733af2
[XFS] Add a stack trace in the case of xfs_forced_shutdown.
by Ryan Hankins
· 19 years ago
77a7cce
[XFS] Fix quotaoff logitem for project quota, affects log recovery only.
by Nathan Scott
· 19 years ago
446ada4
[XFS] Add an XFS callout to security_inode_init_security; SE Linux is not
by Nathan Scott
· 19 years ago
c2cd255
[XFS] Fix v2 log bufsize reporting in /proc/mounts.
by Nathan Scott
· 19 years ago
42fe2b1
[XFS] fix, speedup and simplify atime handling let the VFS handle atime
by Christoph Hellwig
· 19 years ago
dd954c6
[XFS] turn xlog helper macros into real functions
by Christoph Hellwig
· 19 years ago
24ee808
[XFS] remove unused vars, args, & unneeded intermediate vars from zeroing code
by Eric Sandeen
· 19 years ago
65be605
[XFS] remove unused "readonly" arg from xlog_find_tail and xlog_recover
by Eric Sandeen
· 19 years ago
0d14824
[XFS] Ensure max diosize reported is aligned with minimum diosize.
by Nathan Scott
· 19 years ago
ee2a4f7
[XFS] Fix an intermittent pquota panic caused by dodgey quota flags to an
by Nathan Scott
· 19 years ago
3ddb8fa
[XFS] Sort out cosmetic differences between user and kernel copies of some
by Nathan Scott
· 19 years ago
a255a74
[XFS] Make d_maxiosz report the real maximum (INT_MAX) so we dont
by Nathan Scott
· 19 years ago
b04ed21
[XFS] Disable write barriers for now till intermittent IO errors are understood.
by Nathan Scott
· 19 years ago
13059ff
[XFS] Reverse the sense of COMPAT_ATTR and ATTR2, keeps it simple and
by Nathan Scott
· 19 years ago
e13a73f
[XFS] Write log dummy record when freezing filesystem
by Christoph Hellwig
· 19 years ago
1df84c9
[XFS] Mark some lookup tables const. Thanks to Arjan van de Ven for
by Christoph Hellwig
· 19 years ago
1661dc8
[XFS] Fixed an assertion failure in xfs_reclaim caused by delayed block.
by Yingping Lu
· 19 years ago
c7d437d
[XFS] do barrier checks earlier. quota initialization may write to the
by Christoph Hellwig
· 19 years ago
70a061f
[XFS] Fix typo from when enabling write barriers by default, flags botch
by Nathan Scott
· 19 years ago
dd9f438
[XFS] Implement the di_extsize allocator hint for non-realtime files as
by Nathan Scott
· 19 years ago
061f720
[XFS] Do not inherit properties for the quota inodes from the root inode.
by Nathan Scott
· 19 years ago
4ef19dd
[XFS] enable write barriers by default
by Christoph Hellwig
· 19 years ago
d3a9b1f
[XFS] merge xfs_arch.h userspace changes back
by Christoph Hellwig
· 19 years ago
f60d366
[XFS] remove over-eager assert
by Christoph Hellwig
· 19 years ago
7da942e
fs/proc/vmcore.c: header included twice
by Nicolas Kaiser
· 19 years ago
c566c6d
fs/attr.c: header included twice
by Nicolas Kaiser
· 19 years ago
099f7f0
xfs: header included twice
by Nicolas Kaiser
· 19 years ago
e8d2a42
add loglevel to printk in fs/afs/cmservice.c
by Jesper Juhl
· 19 years ago
74da6cd
missing printk loglevel and tiny tiny whitespace change in binfmt_elf()
by Jesper Juhl
· 19 years ago
7823c7c
ext2: trivial indentation fix.
by Luiz Fernando Capitulino
· 19 years ago
845884d
[PATCH] uclinux: delay binfmt_flat trace
by Greg Ungerer
· 19 years ago
ab396e9
Merge ssh://master.kernel.org/pub/scm/linux/kernel/git/sam/kbuild
by Linus Torvalds
· 19 years ago
9979ead
[PATCH] fs/hfsplus/: remove the hfsplus_inode_check() debug function
by Adrian Bunk
· 19 years ago
792db3a
[PATCH] fs/binfmt_elf: Remove unneeded kmalloc() return value casts
by Jesper Juhl
· 19 years ago
3af1376
[PATCH] fs/ext3/: small cleanups
by Adrian Bunk
· 19 years ago
4610a6b
[PATCH] fs/ext2/bitmap.c: ext2_count_free() is only required #ifdef EXT2FS_DEBUG
by Adrian Bunk
· 19 years ago
3c6bee1
[PATCH] turn "const static" into "static const"
by Jesper Juhl
· 19 years ago
e866cfa
[PATCH] d_instantiate_unique / NFS inode leakage
by Oleg Drokin
· 19 years ago
2ff678b
[PATCH] hrtimer: switch itimers to hrtimer
by Thomas Gleixner
· 19 years ago
7ff9205
[PATCH] don't include ioctl32.h in drivers
by Christoph Hellwig
· 19 years ago
fc33a7b
[PATCH] per-mountpoint noatime/nodiratime
by Christoph Hellwig
· 19 years ago
0d456fa
[PATCH] 9p: remove superflous MS_NODIRATIME assignment
by Christoph Hellwig
· 19 years ago
24a44dc
[PATCH] ntfs: remove superflous MS_NOATIME/MS_NODIRATIME assignments
by Christoph Hellwig
· 19 years ago
e6a6d2e
[PATCH] sanitize building of fs/compat_ioctl.c
by Christoph Hellwig
· 19 years ago
ec3cad9
[PATCH] move rtc compat ioctl handling to fs/compat_ioctl.c
by Christoph Hellwig
· 19 years ago
869243a
[PATCH] remove update_atime
by Christoph Hellwig
· 19 years ago
9cf6f4b
[PATCH] switch autofs4 to touch_atime()
by Christoph Hellwig
· 19 years ago
870f481
[PATCH] replace inode_update_time with file_update_time
by Christoph Hellwig
· 19 years ago
3542c6e
[PATCH] remove xfs xattr permission checks
by Christoph Hellwig
· 19 years ago
b98932c
[PATCH] remove reiserfs xattr permission checks
by Christoph Hellwig
· 19 years ago
c37ef80
[PATCH] remove ext3 xattr permission checks
by akpm@osdl.org
· 19 years ago
267fd057
[PATCH] remove ext2 xattr permission checks
by akpm@osdl.org
· 19 years ago
44a0033
[PATCH] remove jfs xattr permission checks
by Christoph Hellwig
· 19 years ago
e0ad7b0
[PATCH] move xattr permission checks into the VFS
by akpm@osdl.org
· 19 years ago
Next »