Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
59c55ba1fba61ae13fbfff094a674e73407201f1
/
fs
« Previous
7d945a3
logfs get_sb, part 3
by Al Viro
· 14 years ago
0d85c79
logfs get_sb, part 2
by Al Viro
· 14 years ago
71a1c01
logfs get_sb massage, part 1
by Al Viro
· 14 years ago
d2d1ea9
convert v9fs
by Al Viro
· 14 years ago
157d81e
convert ubifs
by Al Viro
· 14 years ago
51139ad
convert get_sb_pseudo() users
by Al Viro
· 14 years ago
3c26ff6
convert get_sb_nodev() users
by Al Viro
· 14 years ago
fc14f2f
convert get_sb_single() users
by Al Viro
· 14 years ago
848b83a
convert get_sb_mtd() users to ->mount()
by Al Viro
· 14 years ago
152a083
new helper: mount_bdev()
by Al Viro
· 14 years ago
c96e41e
beginning of transtion: ->mount()
by Al Viro
· 14 years ago
d893f1b
fix open/umount race
by Al Viro
· 14 years ago
a4118ee
a couple of open-coded ihold() introduced by nfs merge
by Al Viro
· 14 years ago
d3686d5
cifs: Cleanup and thus reduce smb session structure and fields used during authentication
by Shirish Pargaonkar
· 14 years ago
d3ba50b
NTLM auth and sign - Use appropriate server challenge
by Shirish Pargaonkar
· 14 years ago
671f837
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a0e3390
Merge branch 'bugfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 14 years ago
b1142e8
ext4: BUG_ON fix: check if page has buffers before calling page_buffers()
by Theodore Ts'o
· 14 years ago
19ba54f
fs/notify/fanotify/fanotify_user.c: fix warnings
by Andrew Morton
· 14 years ago
192ca4d
fanotify: do not recalculate the mask if the ignored mask changed
by Eric Paris
· 14 years ago
8fcd652
fanotify: ignore events on directories unless specifically requested
by Eric Paris
· 14 years ago
b29866a
fsnotify: rename FS_IN_ISDIR to FS_ISDIR
by Eric Paris
· 14 years ago
e1c048b
fanotify: do not send events for irregular files
by Eric Paris
· 14 years ago
4afeff8
fanotify: limit number of listeners per user
by Eric Paris
· 14 years ago
ac7e22d
fanotify: allow userspace to override max marks
by Eric Paris
· 14 years ago
e7099d8
fanotify: limit the number of marks in a single fanotify group
by Eric Paris
· 14 years ago
5dd03f5
fanotify: allow userspace to override max queue depth
by Eric Paris
· 14 years ago
2529a0d
fsnotify: implement a default maximum queue depth
by Eric Paris
· 14 years ago
5322a59
fanotify: ignore fanotify ignore marks if open writers
by Eric Paris
· 14 years ago
5242039
fsnotify: call fsnotify_parent in perm events
by Eric Paris
· 14 years ago
ff8bcbd
fsnotify: correctly handle return codes from listeners
by Eric Paris
· 14 years ago
4231a23
fanotify: implement fanotify listener ordering
by Eric Paris
· 14 years ago
6ad2d4e
fsnotify: implement ordering between notifiers
by Eric Paris
· 14 years ago
9343919
fanotify: allow fanotify to be built
by Eric Paris
· 14 years ago
0af3d00
Btrfs: create special free space cache inode
by Josef Bacik
· 14 years ago
12364a4
nfs4: The difference of 2 pointers is ptrdiff_t
by Geert Uytterhoeven
· 14 years ago
f063a0c
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging-2.6
by Linus Torvalds
· 14 years ago
e4c5bf8
Merge 'staging-next' to Linus's tree
by Greg Kroah-Hartman
· 14 years ago
5f3b321
Squashfs: fix function prototype
by Phillip Lougher
· 14 years ago
0772458
Squashfs: fix use of __le64 annotated variable
by Phillip Lougher
· 14 years ago
11cc21f
Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/hch/hfsplus
by Linus Torvalds
· 14 years ago
19ef201
ext4: fix compile with CONFIG_EXT4_FS_XATTR disabled
by Ingo Molnar
· 14 years ago
8f0d97b
nfs: testing the wrong variable
by Dan Carpenter
· 14 years ago
015f021
nfs: handle lock context allocation failures in nfs_create_request
by Jeff Layton
· 14 years ago
568a810d
Fixed Regression in NFS Direct I/O path
by Steve Dickson
· 14 years ago
b165d60
9p: Add datasync to client side TFSYNC/RFSYNC for dotl
by Venkateswararao Jujjuri (JV)
· 14 years ago
877cb3d
fs/9p: Use generic_file_open with lookup_instantiate_filp
by Aneesh Kumar K.V
· 14 years ago
9856af8
fs/9p: Add missing iput in v9fs_vfs_lookup
by Aneesh Kumar K.V
· 14 years ago
f5fc614
fs/9p: Use mknod 9p operation on create without open request
by Aneesh Kumar K.V
· 14 years ago
329176c
9p: Implement TREADLINK operation for 9p2000.L
by M. Mohan Kumar
· 14 years ago
368c09d
9p: Use V9FS_MAGIC in statfs
by M. Mohan Kumar
· 14 years ago
1d769cd
9p: Implement TGETLOCK
by M. Mohan Kumar
· 14 years ago
a099027
9p: Implement TLOCK
by M. Mohan Kumar
· 14 years ago
920e65d
[9p] Introduce client side TFSYNC/RFSYNC for dotl.
by Venkateswararao Jujjuri (JV)
· 14 years ago
b04faaf
[fs/9p] Add file_operations for cached mode in dotl protocol.
by Venkateswararao Jujjuri (JV)
· 14 years ago
76381a4
fs/9p: Add access = client option to opt in acl evaluation.
by Aneesh Kumar K.V
· 14 years ago
ad77dbc
fs/9p: Implement create time inheritance
by Aneesh Kumar K.V
· 14 years ago
6e8dc55
fs/9p: Update ACL on chmod
by Aneesh Kumar K.V
· 14 years ago
22d8dcd
fs/9p: Implement setting posix acl
by Aneesh Kumar K.V
· 14 years ago
7a4566b
fs/9p: Add xattr callbacks for POSIX ACL
by Aneesh Kumar K.V
· 14 years ago
85ff872
fs/9p: Implement POSIX ACL permission checking function
by Aneesh Kumar K.V
· 14 years ago
8d40fa2
fs/9p: Remove the redundant rsize calculation in v9fs_file_write()
by jvrao
· 14 years ago
3e24ad2
9p: Add a Direct IO support for non-cached operations.
by jvrao
· 14 years ago
7c7298c
fs/9p: mkdir fix for setting S_ISGID bit as per parent directory
by Harsh Prateek Bora
· 14 years ago
8812a3d
9p: Pass the correct end of buffer to p9dirent_read
by Sripathi Kodi
· 14 years ago
3834b12
fs/9p: setrlimit fix for 9p write
by Harsh Prateek Bora
· 14 years ago
57ee047
9p: remove unneeded checks
by Dan Carpenter
· 14 years ago
8128057
Merge branch 'upstream-merge' of git://git.kernel.org/pub/scm/linux/kernel/git/tytso/ext4
by Linus Torvalds
· 14 years ago
a107e5a
Merge branch 'next' into upstream-merge
by Theodore Ts'o
· 14 years ago
7d2f280
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
3d287de
ext4: optimize orphan_list handling for ext4_setattr
by Dmitry Monakhov
· 14 years ago
beed5ecb
ext4: fix unbalanced mutex unlock in error path of ext4_li_request_new
by Nicolas Kaiser
· 14 years ago
17bb51d
Merge branch 'akpm-incoming-2'
by Linus Torvalds
· 14 years ago
a6371b6
ext4: fix compile error in ext4_fallocate()
by Kazuya Mio
· 14 years ago
eee4adc
ext4: move ext4_mb_{get,put}_buddy_cache_lock and make them static
by Eric Sandeen
· 14 years ago
61d0867
ext4: rename mark_bitmap_end() to ext4_mark_bitmap_end()
by Theodore Ts'o
· 14 years ago
4a873a4
ext4: move flush_completed_IO to fs/ext4/fsync.c and make it static
by Theodore Ts'o
· 14 years ago
bf89d16
ext4: rename {ext,idx}_pblock and inline small extent functions
by Theodore Ts'o
· 14 years ago
1f109d5
ext4: make various ext4 functions be static
by Theodore Ts'o
· 14 years ago
5dabfc7
ext4: rename {exit,init}_ext4_*() to ext4_{exit,init}_*()
by Theodore Ts'o
· 14 years ago
7f93cff
ext4: fix kernel oops if the journal superblock has a non-zero j_errno
by Theodore Ts'o
· 14 years ago
72f84e6
ext4: update writeback_index based on last page scanned
by Eric Sandeen
· 14 years ago
5b41d92
ext4: implement writeback livelock avoidance using page tagging
by Eric Sandeen
· 14 years ago
bbd0834
ext4: tidy up a void argument in inode.c
by Eric Sandeen
· 14 years ago
27ee40d
ext4: add batched_discard into ext4 feature list
by Lukas Czerner
· 14 years ago
7360d17
ext4: Add batched discard support for ext4
by Lukas Czerner
· 14 years ago
367a51a3
fs: Add FITRIM ioctl
by Lukas Czerner
· 14 years ago
77ca6cd
ext4: Use return value from sb_issue_discard()
by Lukas Czerner
· 14 years ago
8778369
ext4: Check return value of sb_getblk() and friends
by Namhyung Kim
· 14 years ago
bd2d021
ext4: use bio layer instead of buffer layer in mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
1de3e3d
ext4: move mpage_put_bnr_to_bhs()'s functionality to mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
3ecdb3a
ext4: inline walk_page_buffers() into mpage_da_submit_io
by Theodore Ts'o
· 14 years ago
cb20d51
ext4: inline ext4_writepage() into mpage_da_submit_io()
by Theodore Ts'o
· 14 years ago
a42afc5
ext4: simplify ext4_writepage()
by Theodore Ts'o
· 14 years ago
5a87b7a
ext4: call mpage_da_submit_io() from mpage_da_map_blocks()
by Theodore Ts'o
· 14 years ago
1682808
ext4: use KMEM_CACHE instead of kmem_cache_create
by Theodore Ts'o
· 14 years ago
7845c04
ext4: use search_dirblock() in ext4_dx_find_entry()
by Theodore Ts'o
· 14 years ago
8941ec8
ext4: avoid uninitialized memory references in ext3_htree_next_block()
by Theodore Ts'o
· 14 years ago
640e939
ext4: remove unused ext4_sb_info members
by Eric Sandeen
· 14 years ago
c999af2
ext4: queue conversion after adding to inode's completed IO list
by Eric Sandeen
· 14 years ago
Next »