Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.19
/
b8cb464e4a8abc60ad5a43e0375fec8a3c728167
/
fs
6db26ff
fs/ext4/inode.c: use pr_warn_ratelimited()
by Andrew Morton
· 14 years ago
2818ef5
NTFS: writev() fix and maintenance/contact details update
by Anton Altaparmakov
· 14 years ago
b9d919a
Merge branch 'nfs-for-2.6.38' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
7c955fc
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 14 years ago
e9688f6
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
40c73ab
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-fs-2.6
by Linus Torvalds
· 14 years ago
0945f35
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 14 years ago
0f0a25b
ext4: fix trimming starting with block 0 with small blocksize
by Jan Kara
· 14 years ago
0a2179b
ext4: revert buggy trim overflow patch
by Theodore Ts'o
· 14 years ago
7bc4a4c
Merge branch 'for-linus-merged' of git://oss.sgi.com/xfs/xfs
by Linus Torvalds
· 14 years ago
498f7f5
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jlbec/ocfs2
by Linus Torvalds
· 14 years ago
357f54d
NFS fix the setting of exchange id flag
by Andy Adamson
· 14 years ago
b8b80cf
fs/9p: Don't set dentry->d_op in create routines
by Aneesh Kumar K.V
· 14 years ago
c25a61f
fs/9p: fix spelling typo
by Eric Van Hensbergen
· 14 years ago
31b6cea
fs/9p: TREADLINK bugfix
by M. Mohan Kumar
· 14 years ago
af7542f
fs/9p: Simplify the .L create operation
by Aneesh Kumar K.V
· 14 years ago
53c06f4
fs/9p: Move dotl inode operations into a seperate file
by Aneesh Kumar K.V
· 14 years ago
255614c
fs/9p: fix menu presentation
by Randy Dunlap
· 14 years ago
6f81c11
fs/9p: Fix the return error on default acl removal
by Aneesh Kumar K.V
· 14 years ago
009ca38
fs/9p: Remove unnecessary semicolons
by Joe Perches
· 14 years ago
92f1c00
Merge branch 'master' into for-linus-merged
by Alex Elder
· 14 years ago
e54be89
Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 14 years ago
68c404b
Merge branch 'bugfixes' into nfs-for-2.6.38
by Trond Myklebust
· 14 years ago
6650239
NFS: Don't use vm_map_ram() in readdir
by Trond Myklebust
· 14 years ago
d96336b
ext2: Resolve 'dereferencing pointer to incomplete type' when enabling EXT2_XATTR_DEBUG
by Josh Hunt
· 14 years ago
8057b96
ext3: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
0ed0cca
ext2: Remove redundant unlikely()
by Tobias Klauser
· 14 years ago
a4ae309
ext3: speed up file creates by optimizing rec_len functions
by Eric Sandeen
· 14 years ago
40a063f
ext2: speed up file creates by optimizing rec_len functions
by Eric Sandeen
· 14 years ago
156e743
ext3: Add more journal error check
by Namhyung Kim
· 14 years ago
41dc638
ext3: Add journal error check in resize.c
by Namhyung Kim
· 14 years ago
055adcb
quota: Use %pV and __attribute__((format (printf in __quota_error and fix fallout
by Joe Perches
· 14 years ago
9c52749
ext3: Add FITRIM handling
by Lukas Czerner
· 14 years ago
b853b96
ext3: Add batched discard support for ext3
by Lukas Czerner
· 14 years ago
d002ebf
ext4: don't pass entire map to check_eofblocks_fl
by Eric Sandeen
· 14 years ago
1c5b9e9
ext4: fix memory leak in ext4_free_branches
by Theodore Ts'o
· 14 years ago
a5196f8
ext4: remove ext4_mb_return_to_preallocation()
by Theodore Ts'o
· 14 years ago
3889fd5
ext4: flush the i_completed_io_list during ext4_truncate
by Jiaying Zhang
· 14 years ago
b409714
ext4: add error checking to calls to ext4_handle_dirty_metadata()
by Theodore Ts'o
· 14 years ago
ca6e909
ext4: fix trimming of a single group
by Jan Kara
· 14 years ago
6c5a6cb
ext4: fix uninitialized variable in ext4_register_li_request
by Andrew Morton
· 14 years ago
8aefcd5
ext4: dynamically allocate the jbd2_inode in ext4_inode_info as necessary
by Theodore Ts'o
· 14 years ago
353eb83
ext4: drop i_state_flags on architectures with 64-bit longs
by Theodore Ts'o
· 14 years ago
8a2005d
ext4: reorder ext4_inode_info structure elements to remove unneeded padding
by Theodore Ts'o
· 14 years ago
b05e6ae
ext4: drop ec_type from the ext4_ext_cache structure
by Theodore Ts'o
· 14 years ago
01f49d0
ext4: use ext4_lblk_t instead of sector_t for logical blocks
by Theodore Ts'o
· 14 years ago
f232109
ext4: replace i_delalloc_reserved_flag with EXT4_STATE_DELALLOC_RESERVED
by Theodore Ts'o
· 14 years ago
ad4fb9c
ext4: fix 32bit overflow in ext4_ext_find_goal()
by Kazuya Mio
· 14 years ago
dabd991
ext4: add more error checks to ext4_mkdir()
by Namhyung Kim
· 14 years ago
f1dffc4
ext4: ext4_ext_migrate should use NULL not 0
by Eric Paris
· 14 years ago
f7c2117
ext4: Use ext4_error_file() to print the pathname to the corrupted inode
by Theodore Ts'o
· 14 years ago
f9a62d0
ext4: use IS_ERR() to check for errors in ext4_error_file
by Dan Carpenter
· 14 years ago
1319518
ext4: test the correct variable in ext4_init_pageio()
by Dan Carpenter
· 14 years ago
1f605b3
ext2: remove dead code in ext2_xattr_get
by Wang Sheng-Hui
· 14 years ago
6e9510b
ext2,ext3,ext4: clarify comment for extN_xattr_set_handle
by Wang Sheng-Hui
· 14 years ago
eaeef86
ext4: clean up ext4_xattr_list()'s error code checking and return strategy
by Theodore Ts'o
· 14 years ago
9325963
ext4: remove warning message from ext4_issue_discard helper
by Lukas Czerner
· 14 years ago
4f53150
ext4: fix possible overflow in ext4_trim_fs()
by Lukas Czerner
· 14 years ago
57cc721
headers: kobject.h redux
by Alexey Dobriyan
· 14 years ago
b65f0d6
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ryusuke/nilfs2
by Linus Torvalds
· 14 years ago
f3ea597
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 14 years ago
f9f265f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 14 years ago
7d44b04
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mszeredi/fuse
by Linus Torvalds
· 14 years ago
3919162
fs: fix namei.c kernel-doc notation
by Randy Dunlap
· 14 years ago
365e215
nilfs2: unfold nilfs_dat_inode function
by Ryusuke Konishi
· 14 years ago
bcbc8c6
nilfs2: do not pass sbi to functions which can get it from inode
by Ryusuke Konishi
· 14 years ago
06df0f9
nilfs2: get rid of nilfs_mount_options structure
by Ryusuke Konishi
· 14 years ago
a7a8447
nilfs2: simplify nilfs_mdt_freeze_buffer
by Ryusuke Konishi
· 14 years ago
888da23c2
nilfs2: get rid of loaded flag from nilfs object
by Ryusuke Konishi
· 14 years ago
ae53a0a
nilfs2: fix a checkpatch error in page.c
by Ryusuke Konishi
· 14 years ago
622daaff
nilfs2: fiemap support
by Ryusuke Konishi
· 14 years ago
27e6c7a
nilfs2: mark buffer heads as delayed until the data is written to disk
by Ryusuke Konishi
· 14 years ago
e828949
nilfs2: call nilfs_error inside bmap routines
by Ryusuke Konishi
· 14 years ago
b004a5e
fs/nilfs2/super.c: Use printf extension %pV
by Joe Perches
· 14 years ago
20054bd
cifs: use CreationTime like an i_generation field
by Jeff Layton
· 14 years ago
d44a9fe
cifs: switch cifs_open and cifs_create to use CIFSSMBUnixSetFileInfo
by Jeff Layton
· 14 years ago
ca40b71
cifs: show "acl" in DebugData Features when it's compiled in
by Jeff Layton
· 14 years ago
b4d6fcf
cifs: move "ntlmssp" and "local_leases" options out of experimental code
by Jeff Layton
· 14 years ago
1397f2e
cifs: replace some hardcoded values with preprocessor constants
by Jeff Layton
· 14 years ago
a0f8b4f
cifs: remove unnecessary locking around sequence_number
by Jeff Layton
· 14 years ago
197a1ee
[CIFS] Fix minor merge conflict in fs/cifs/dir.c
by Steve French
· 14 years ago
acc6f11
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 14 years ago
aecf586
ocfs2: Remove unused truncate function from alloc.c
by Tao Ma
· 14 years ago
cc54816
ocfs2/cluster: dereferencing before checking in nst_seq_show()
by Dan Carpenter
· 14 years ago
e70d845
ocfs2: fix build for OCFS2_FS_STATS not enabled
by Randy Dunlap
· 14 years ago
0c21e3a
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
72eb6a7
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/percpu
by Linus Torvalds
· 14 years ago
23d69b0
Merge branch 'for-2.6.38' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq
by Linus Torvalds
· 14 years ago
56b85f3
Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6
by Linus Torvalds
· 14 years ago
b4a45f5
Merge branch 'vfs-scale-working' of git://git.kernel.org/pub/scm/linux/kernel/git/npiggin/linux-npiggin
by Linus Torvalds
· 14 years ago
b3e19d9
fs: scale mntget/mntput
by Nick Piggin
· 14 years ago
c6653a8
fs: rename vfsmount counter helpers
by Nick Piggin
· 14 years ago
9d55c36
fs: implement faster dentry memcmp
by Nick Piggin
· 14 years ago
e1bb578
fs: prefetch inode data in dcache lookup
by Nick Piggin
· 14 years ago
4b93688
fs: improve scalability of pseudo filesystems
by Nick Piggin
· 14 years ago
873feea
fs: dcache per-inode inode alias locking
by Nick Piggin
· 14 years ago
ceb5bdc
fs: dcache per-bucket dcache hash locking
by Nick Piggin
· 14 years ago
880566e
xfs: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
258a5aa
btrfs: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
7359861
ext2,3,4: provide simple rcu-walk ACL implementation
by Nick Piggin
· 14 years ago
Next »