Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
e9baf6e59842285bcf9570f5094e4c27674a0f7c
/
fs
e9baf6e
[PATCH] return to old errno choice in mkdir() et.al.
by Al Viro
· 17 years ago
23c4971
[Patch] fs/binfmt_elf.c: fix wrong return values
by WANG Cong
· 17 years ago
08a6fac
[PATCH] get rid of leak in compat_execve()
by Al Viro
· 17 years ago
5f71955
[Patch] fs/binfmt_elf.c: fix a wrong free
by WANG Cong
· 17 years ago
eceea0b
[PATCH] avoid multiplication overflows and signedness issues for max_fds
by Al Viro
· 17 years ago
adbecb1
[PATCH] dup_fd() part 4 - race fix
by Al Viro
· 17 years ago
afbec7f
[PATCH] dup_fd() - part 3
by Al Viro
· 17 years ago
9dec3c4
[PATCH] dup_fd() part 2
by Al Viro
· 17 years ago
02afc626
[PATCH] dup_fd() fixes, part 1
by Al Viro
· 17 years ago
f52111b
[PATCH] take init_files to fs/file.c
by Al Viro
· 17 years ago
02c471c
jbd2: update transaction t_state to T_COMMIT fix
by Mingming Cao
· 17 years ago
519deca0
ext4: Retry block allocation if new blocks are allocated from system zone.
by Aneesh Kumar K.V
· 17 years ago
1930479
ext4: mballoc fix mb_normalize_request algorithm for 1KB block size filesystems
by Valerie Clement
· 17 years ago
2c8be6b
ext4: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 17 years ago
0623543
ext4: fix synchronization of quota files in journal=data mode
by Jan Kara
· 17 years ago
cd59e7b
ext4: Fix mount messages when quota disabled
by Jan Kara
· 17 years ago
dfc5d03
ext4: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 17 years ago
8f40f67
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ericvh/v9fs
by Linus Torvalds
· 17 years ago
7e01c8e
ext3/4: fix uninitialized bs in ext3/4_xattr_set_handle()
by Tiger Yang
· 17 years ago
772279c
jbd: need to hold j_state_lock to updates to transaction t_state to T_COMMIT
by Mingming Cao
· 17 years ago
887b3ec
9p: fix error path during early mount
by Eric Van Hensbergen
· 17 years ago
ab31267
fs/9p/v9fs.c (v9fs_parse_options): Handle kstrdup and match_strdup failure. Now that this function can fail, return an int, diagnose other option-parsing failures, and adjust the sole caller: (v9fs_session_init): Handle kstrdup failure. Propagate any new v9fs_parse_options failure "up".
by Jim Meyering
· 17 years ago
ee44399
9p: Documentation updates
by Eric Van Hensbergen
· 17 years ago
b32a09d
add match_strlcpy() us it to make v9fs make uname and remotename parsing more robust
by Markus Armbruster
· 17 years ago
43f14d8
eCryptFS: fix imbalanced mutex locking
by Cyrill Gorcunov
· 17 years ago
f36f21e
Fix misuses of bdevname()
by Jean Delvare
· 17 years ago
78bb6cb
fuse: add flag to turn on big writes
by Miklos Szeredi
· 17 years ago
4cd1a8f
memcg: fix possible panic when CONFIG_MM_OWNER=y
by KOSAKI Motohiro
· 17 years ago
7063224
Fix hfsplus oops on image without extents
by Eric Sesterhenn
· 17 years ago
289f8e2
capabilities: add bounding set to /proc/self/status
by Serge E. Hallyn
· 17 years ago
9377abd
quota: don't call sync_fs() from vfs_quota_off() when there's no quota turn off
by Jan Kara
· 17 years ago
bb45d64
ufs: remove unneeded ufs_put_inode prototype
by Christoph Hellwig
· 17 years ago
8dc4e37
ecryptfs: clean up (un)lock_parent
by Miklos Szeredi
· 17 years ago
46d7b52
uml: move hppfs_kern.c to hppfs.c
by Jeff Dike
· 17 years ago
a0612b1
uml: hppfs fixes
by Jeff Dike
· 17 years ago
542dafa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 17 years ago
c3921ab
Add new 'cond_resched_bkl()' helper function
by Linus Torvalds
· 17 years ago
e691b9d
[CIFS] don't allow demultiplex thread to exit until kthread_stop is called
by Steve French
· 17 years ago
67750fb
[CIFS] when not using unix extensions, check for and set ATTR_READONLY on create and mkdir
by Jeff Layton
· 17 years ago
02eadef
[CIFS] add local struct inode pointer to cifs_setattr
by Jeff Layton
· 17 years ago
1b20d67
[CIFS] cifs_find_tcp_session cleanup
by Cyrill Gorcunov
· 17 years ago
26c5e98
Merge git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 17 years ago
af4b3c3
[CIFS] fix build warning
by Steve French
· 17 years ago
7c5e628
[CIFS] Fixed build warning in is_ip
by Igor Mammedov
· 17 years ago
19566ca
fs/proc/task_mmu.c: remove duplicated include files
by Huang Weiyi
· 17 years ago
7a34912
Merge branch 'for-linus' of git://git.kernel.dk/linux-2.6-block
by Linus Torvalds
· 17 years ago
0f1bce4
Merge branch 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jack/linux-udf-2.6
by Linus Torvalds
· 17 years ago
ba719ba
sys_pipe(): fix file descriptor leaks
by Ulrich Drepper
· 17 years ago
75065ff
Revert "relay: fix splice problem"
by Jens Axboe
· 17 years ago
ffee025
docbook: fix bio missing parameter
by Randy Dunlap
· 17 years ago
eeae1d4
block: use unitialized_var() in bio_alloc_bioset()
by Jens Axboe
· 17 years ago
9afadc4
udf: Fix memory corruption when fs mounted with noadinicb option
by Jan Kara
· 17 years ago
221e583
udf: Make udf exportable
by Rasmus Rohde
· 17 years ago
7f3d4ee
vfs: splice remove_suid() cleanup
by Miklos Szeredi
· 17 years ago
cf432eb
[CIFS] cleanup cifsd completion
by Steve French
· 17 years ago
dea570e0
[CIFS] Remove over-indented code in find_unc().
by Steve French
· 17 years ago
6ce07c7
VFS: fix unused variable warning
by Linus Torvalds
· 17 years ago
0b2bac2
[PATCH] fix SMP ordering hole in fcntl_setlk()
by Al Viro
· 17 years ago
a815752
Merge branch 'master' of /pub/scm/linux/kernel/git/torvalds/linux-2.6
by Steve French
· 17 years ago
33dcdac
[PATCH] kill ->put_inode
by Christoph Hellwig
· 17 years ago
dca3c33
[PATCH] fix reservation discarding in affs
by Roman Zippel
· 17 years ago
eb28062
task_nommu: fix compile failing bug because of spilt file.h
by Bryan Wu
· 17 years ago
d35c7b0
unified (weak) sys_pipe implementation
by Ulrich Drepper
· 17 years ago
4f9faaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 17 years ago
5ade9de
[CIFS] fix typo
by Steve French
· 17 years ago
be2e880
Merge branch 'upstream-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mfasheh/ocfs2
by Linus Torvalds
· 17 years ago
b66e1f1
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 17 years ago
78e92b9
netns: assign PDE->data before gluing entry into /proc tree
by Denis V. Lunev
· 17 years ago
2c4aabc
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 17 years ago
a98889f
[MTD][NOR] Add physical address to point() method
by Jared Hulbert
· 17 years ago
27c72b0
[JFFS2] Track parent inode for directories (for NFS export)
by David Woodhouse
· 17 years ago
5c598b3
[PATCH] fix sysctl_nr_open bugs
by Al Viro
· 17 years ago
2030a42
[PATCH] sanitize anon_inode_getfd()
by Al Viro
· 17 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
a2dcb44
[PATCH] make osf_select() use core_sys_select()
by Al Viro
· 17 years ago
1b690b4
[JFFS2] Invert last argument of jffs2_gc_fetch_inode(), make it boolean.
by David Woodhouse
· 17 years ago
bd73096
fuse: use clamp() rather than nested min/max
by Harvey Harrison
· 17 years ago
868eb7a
autofs: path_{get,put}() cleanups
by Jan Blunck
· 17 years ago
9d2de6a
autofs4: fix incorrect return from root.c:try_to_fill_dentry()
by Jeff Moyer
· 17 years ago
0337904
autofs4: fix execution order race in mount request code
by Jeff Moyer
· 17 years ago
cab0936
autofs4: check for invalid dentry in getpath
by Ian Kent
· 17 years ago
afec570
autofs4: fix sparse warning in waitq.c:autofs4_expire_indirect()
by Ian Kent
· 17 years ago
02c6be6
vfs: fix permission checking in sys_utimensat
by Miklos Szeredi
· 17 years ago
590fe34
[JFFS2] Quiet lockdep false positive.
by David Woodhouse
· 17 years ago
4e571ab
[JFFS2] Clean up jffs2_alloc_inode() and jffs2_i_init_once()
by David Woodhouse
· 17 years ago
214b704
Fix dnotify/close race
by Al Viro
· 17 years ago
4ba1c5b
ocfs2: Use GFP_NOFS in kmalloc during localalloc window move
by Sunil Mushran
· 17 years ago
bc53580
ocfs2: Allow uid/gid/perm changes of symlinks
by Sunil Mushran
· 17 years ago
95642e5
ocfs2/dlm: dlmdebug.c: make 2 functions static
by Adrian Bunk
· 17 years ago
4af694e
ocfs2: make struct o2cb_stack_ops static
by Adrian Bunk
· 17 years ago
4d8755b
ocfs2: make struct ocfs2_control_device static
by Adrian Bunk
· 17 years ago
9d80f75
ocfs2: Correct merge of 52f7c21 (Move /sys/o2cb to /sys/fs/o2cb)
by Joel Becker
· 17 years ago
883ce42
DEBUGFS: Correct location of debugfs API documentation.
by Robert P. J. Day
· 17 years ago
40a2159
sysfs: Disallow truncation of files in sysfs
by Ben Hutchings
· 17 years ago
d67c6f8
Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6
by Linus Torvalds
· 17 years ago
8e24eea
fs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
530b641
afs: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
c6f3a97
debugobjects: add timer specific object debugging code
by Thomas Gleixner
· 17 years ago
487798d
hfsplus: fix warning with 64k PAGE_SIZE
by Andrew Morton
· 17 years ago
3e5a509
hfs: fix warning with 64k PAGE_SIZE
by Andrew Morton
· 17 years ago
Next »