Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
d0e8c47c58575b9131e786edb488fd029eba443e
/
fs
623fa57
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 16 years ago
8d66bf5
[PATCH] pass struct path * to do_add_mount()
by Al Viro
· 16 years ago
d5686b4
[PATCH] switch mtd and dm-table to lookup_bdev()
by Al Viro
· 16 years ago
a95164d
[patch 3/4] vfs: remove unused nameidata argument of may_create()
by Miklos Szeredi
· 16 years ago
7ee7c12
[PATCH] devpts: switch to IDA
by Alexey Dobriyan
· 16 years ago
9a18540
[PATCH 2/2] proc: switch inode number allocation to IDA
by Alexey Dobriyan
· 16 years ago
67935df
[PATCH 1/2] proc: fix inode number bogorithmetic
by Alexey Dobriyan
· 16 years ago
8266602
[PATCH] fix bdev leak in block_dev.c do_open()
by Al Viro
· 16 years ago
77e69da
[PATCH] fix races and leaks in vfs_quota_on() users
by Al Viro
· 16 years ago
1b7e190
[PATCH] clean dup2() up a bit
by Al Viro
· 16 years ago
1027abe
[PATCH] merge locate_fd() and get_unused_fd()
by Al Viro
· 16 years ago
f418b00
Re: BUG at security/selinux/avc.c:883 (was: Re: linux-next: Tree
by Stephen Smalley
· 16 years ago
b7600db
[JFFS2] Fix allocation of summary buffer
by David Woodhouse
· 16 years ago
0056e65
romfs_readpage: don't report errors for pages beyond i_size
by Linus Torvalds
· 16 years ago
dbacefc
fs/buffer.c: uninline __remove_assoc_queue()
by Thomas Petazzoni
· 16 years ago
d406f66
omfs: sparse annotations
by Harvey Harrison
· 16 years ago
3971e1a
VFS: increase pseudo-filesystem block size to PAGE_SIZE
by Alex Nixon
· 16 years ago
7fcba05
eCryptfs: use page_alloc not kmalloc to get a page of memory
by Eric Sandeen
· 16 years ago
e3b6e80
bio-integrity: remove EXPORT_SYMBOL for bio_integrity_init_slab()
by Yoichi Yuasa
· 16 years ago
8ab22b9
vfs: pagecache usage optimization for pagesize!=blocksize
by Hisashi Hifumi
· 16 years ago
ca5b172
exec: include pagemap.h again to fix build
by Hugh Dickins
· 16 years ago
3988ba0
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/teigland/dlm
by Linus Torvalds
· 16 years ago
3bc24a1
sh: Initial ELF FDPIC support.
by Paul Mundt
· 17 years ago
9b14ec3
binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.
by Paul Mundt
· 17 years ago
c9272c4
Merge branch 'hotfixes' of git://git.linux-nfs.org/projects/trondmy/nfs-2.6
by Linus Torvalds
· 16 years ago
940389b
task IO accounting: move all IO statistics in struct task_io_accounting
by Andrea Righi
· 16 years ago
744d18d
NFS: Ensure we call nfs_sb_deactive() after releasing the directory inode
by Trond Myklebust
· 16 years ago
31c9446
nfs_remount oops when rebooting + possible fix
by Marc Zyngier
· 16 years ago
5995477
task IO accounting: improve code readability
by Andrea Righi
· 16 years ago
9ee08c2
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 16 years ago
4836e30
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6
by Linus Torvalds
· 16 years ago
b2d002d
task IO accounting: correctly account threads IO statistics
by Andrea Righi
· 16 years ago
4e1e018
[PATCH] fix RLIM_NOFILE handling
by Al Viro
· 16 years ago
6c5d051
[PATCH] get rid of corner case in dup3() entirely
by Al Viro
· 16 years ago
3f8206d
[PATCH] get rid of indirect users of namei.h
by Al Viro
· 16 years ago
964bd18
[PATCH] get rid of __user_path_lookup_open
by Al Viro
· 16 years ago
516e0cc
[PATCH] f_count may wrap around
by Al Viro
· 16 years ago
3c33393
[PATCH] dup3 fix
by Ulrich Drepper
· 16 years ago
58ec42b
[PATCH] don't pass nameidata to __ncp_lookup_validate()
by Al Viro
· 16 years ago
a569c71
[PATCH] don't pass nameidata to gfs2_lookupi()
by Al Viro
· 16 years ago
2ad94ae
[PATCH] new (local) helper: user_path_parent()
by Al Viro
· 16 years ago
2d8f303
[PATCH] sanitize __user_walk_fd() et.al.
by Al Viro
· 16 years ago
256984a
[PATCH] preparation to __user_walk_fd cleanup
by Al Viro
· 16 years ago
f419a2e
[PATCH] kill nameidata passing to permission(), rename to inode_permission()
by Al Viro
· 16 years ago
3052447
[PATCH] take noexec checks to very few callers that care
by Al Viro
· 16 years ago
e56b6a5
Re: [PATCH 3/6] vfs: open_exec cleanup
by Christoph Hellwig
· 17 years ago
beb29e0
[patch 4/4] vfs: immutable inode checking cleanup
by Miklos Szeredi
· 16 years ago
b1da47e
[patch 3/4] fat: dont call notify_change
by Miklos Szeredi
· 16 years ago
e9b76fe
[patch 2/4] vfs: utimes cleanup
by Miklos Szeredi
· 16 years ago
9767d74
[patch 1/4] vfs: utimes: move owner check into inode_change_ok()
by Miklos Szeredi
· 16 years ago
88b3878
[PATCH] vfs: use kstrdup() and check failing allocation
by Li Zefan
· 16 years ago
672b16b
[PATCH] more nameidata removal: exec_permission_lite() doesn't need it
by Al Viro
· 16 years ago
b77b064
[PATCH] pass MAY_OPEN to vfs_permission() explicitly
by Al Viro
· 16 years ago
a110343
[PATCH] fix MAY_CHDIR/MAY_ACCESS/LOOKUP_ACCESS mess
by Al Viro
· 16 years ago
7f2da1e
[PATCH] kill altroot
by Al Viro
· 17 years ago
8bb7922
[PATCH] permission checks for chdir need special treatment only on the last step
by Al Viro
· 16 years ago
db2e747
[patch 5/5] vfs: remove mode parameter from vfs_symlink()
by Miklos Szeredi
· 16 years ago
7e79eed
[patch 4/5] vfs: reuse local variable in vfs_link()
by Tetsuo Handa
· 16 years ago
2f1936b
[patch 3/5] vfs: change remove_suid() to file_remove_suid()
by Miklos Szeredi
· 16 years ago
c82e42d
[patch 1/5] vfs: truncate: dont check immutable twice
by Miklos Szeredi
· 16 years ago
e6305c4
[PATCH] sanitize ->permission() prototype
by Al Viro
· 16 years ago
1bd5191
[patch 05/14] hpfs: dont call permission()
by Miklos Szeredi
· 17 years ago
9043476f
[PATCH] sanitize proc_sysctl
by Al Viro
· 16 years ago
7ac6cd6
[patch] hppfs: remove hppfs_permission
by Miklos Szeredi
· 16 years ago
d2d9648
[PATCH] reuse xxx_fifo_fops for xxx_pipe_fops
by Denys Vlasenko
· 16 years ago
d70b67c
[patch] vfs: fix lookup on deleted directory
by Miklos Szeredi
· 16 years ago
4b1fefa
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/sfrench/cifs-2.6
by Linus Torvalds
· 16 years ago
ebcb673
/proc/PID/syscall
by Roland McGrath
· 16 years ago
0d094ef
tracehook: tracehook_tracer_task
by Roland McGrath
· 16 years ago
6341c39
tracehook: exec
by Roland McGrath
· 16 years ago
267e2a9
Use WARN() in fs/proc/
by Arjan van de Ven
· 16 years ago
99fcd77
Use WARN() in fs/sysfs
by Arjan van de Ven
· 16 years ago
5c752ad
Use WARN() in fs/
by Arjan van de Ven
· 16 years ago
51cc506
SL*B: drop kmem cache argument from constructor
by Alexey Dobriyan
· 16 years ago
19fd623
mm: spinlock tree_lock
by Nick Piggin
· 16 years ago
bc40d73
splice: use get_user_pages_fast
by Nick Piggin
· 16 years ago
f5dd33c
dio: use get_user_pages_fast
by Nick Piggin
· 16 years ago
63ca8ce
omfs: update kbuild to include OMFS
by Bob Copeland
· 16 years ago
36cc410
omfs: add bitmap routines
by Bob Copeland
· 16 years ago
8f09e98
omfs: add file routines
by Bob Copeland
· 16 years ago
a3ab715
omfs: add directory routines
by Bob Copeland
· 16 years ago
555e377
omfs: add inode routines
by Bob Copeland
· 16 years ago
1b002d7
omfs: define filesystem structures
by Bob Copeland
· 16 years ago
3f165e4
bfs: kill BKL
by Dmitri Vorobiev
· 16 years ago
75b25b4
bfs: assorted cleanups
by Dmitri Vorobiev
· 16 years ago
7d135a5
affs: convert s_bmlock into a mutex
by Matthias Kaehlcke
· 16 years ago
f3c6ba9
vfs: add cond_resched_lock while scanning dentry LRU lists
by Kentaro Makita
· 16 years ago
5047887
Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc
by Linus Torvalds
· 16 years ago
48e9076
fuse: lockd support
by Miklos Szeredi
· 16 years ago
33670fa
fuse: nfs export special lookups
by Miklos Szeredi
· 16 years ago
c180eeb
fuse: add fuse_lookup_name() helper
by Miklos Szeredi
· 16 years ago
dbd561d
fuse: add export operations
by Miklos Szeredi
· 16 years ago
0de6256
fuse: prepare lookup for nfs export
by Miklos Szeredi
· 16 years ago
764c76b
locks: allow ->lock() to return FILE_LOCK_DEFERRED
by Miklos Szeredi
· 16 years ago
b648a6d
locks: cleanup code duplication
by Miklos Szeredi
· 16 years ago
bde74e4
locks: add special return value for asynchronous locks
by Miklos Szeredi
· 16 years ago
cc77b15
lockd: dont return EAGAIN for a permanent error
by Miklos Szeredi
· 16 years ago
297c5d9
task IO accounting: provide distinct tgid/tid I/O statistics
by Andrea Righi
· 16 years ago
6eedf8d
proc: move Kconfig to fs/proc/Kconfig
by Alexey Dobriyan
· 16 years ago
a9bd4a3
proc: remove pathetic remount code
by Alexey Dobriyan
· 16 years ago
Next »