Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
12f06212990400db1b54bd7b49b7f6f5f1b32469
/
fs
12f0621
vfs: make removexattr retry once on ESTALE
by Jeff Layton
· 12 years ago
bd9bbc9
vfs: make llistxattr retry once on ESTALE error
by Jeff Layton
· 12 years ago
10a90cf
vfs: make listxattr retry once on ESTALE error
by Jeff Layton
· 12 years ago
3a3e159
vfs: make lgetxattr retry once on ESTALE
by Jeff Layton
· 12 years ago
60e66b4
vfs: make getxattr retry once on an ESTALE error
by Jeff Layton
· 12 years ago
49e09e1
vfs: allow lsetxattr() to retry once on ESTALE errors
by Jeff Layton
· 12 years ago
68f1bb8
vfs: allow setxattr to retry once on ESTALE errors
by Jeff Layton
· 12 years ago
a69201d
vfs: allow utimensat() calls to retry once on an ESTALE error
by Jeff Layton
· 12 years ago
96948fc
vfs: fix user_statfs to retry once on ESTALE errors
by Jeff Layton
· 12 years ago
99a5df3
vfs: make fchownat retry once on ESTALE errors
by Jeff Layton
· 12 years ago
14ff690
vfs: make fchmodat retry once on ESTALE errors
by Jeff Layton
· 12 years ago
2771261
vfs: have chroot retry once on ESTALE error
by Jeff Layton
· 12 years ago
0291c0a
vfs: have chdir retry lookup and call once on ESTALE error
by Jeff Layton
· 12 years ago
87fa559
vfs: have faccessat retry once on an ESTALE error
by Jeff Layton
· 12 years ago
48f7530
vfs: have do_sys_truncate retry once on an ESTALE error
by Jeff Layton
· 12 years ago
c6a9428
vfs: fix renameat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
5d18f81
vfs: make do_unlinkat retry once on ESTALE errors
by Jeff Layton
· 12 years ago
c6ee920
vfs: make do_rmdir retry once on ESTALE errors
by Jeff Layton
· 12 years ago
9e790bd
vfs: add a flags argument to user_path_parent
by Jeff Layton
· 12 years ago
442e31c
vfs: fix linkat to retry once on ESTALE errors
by Jeff Layton
· 12 years ago
f46d356
vfs: fix symlinkat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
b76d8b8
vfs: fix mkdirat to retry once on an ESTALE error
by Jeff Layton
· 12 years ago
972567f
vfs: fix mknodat to retry on ESTALE errors
by Jeff Layton
· 12 years ago
1ac12b4
vfs: turn is_dir argument to kern_path_create into a lookup_flags arg
by Jeff Layton
· 12 years ago
7955119
vfs: fix readlinkat to retry on ESTALE
by Jeff Layton
· 12 years ago
836fb7e
vfs: make fstatat retry on ESTALE errors from getattr call
by Jeff Layton
· 12 years ago
21e89c0
Merge branch 'fscache' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs into for-linus
by Al Viro
· 12 years ago
b911a6b
vfs: d_obtain_alias() needs to use "/" as default name.
by NeilBrown
· 12 years ago
d30357f
vfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
9014da7
ntfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
2d1b399
nilfs2: drop vmtruncate
by Marco Stornelli
· 12 years ago
3e7a806
ncpfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
7fc7cd0
minix: drop vmtruncate
by Marco Stornelli
· 12 years ago
5dfc282
logfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
d506848
hfsplus: drop vmtruncate
by Marco Stornelli
· 12 years ago
86dd07d
jfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
70b31c4
hpfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
91c7fbb
FS-Cache: Clear remaining page count on retrieval cancellation
by David Howells
· 12 years ago
1f372df
FS-Cache: Mark cancellation of in-progress operation
by David Howells
· 12 years ago
7ef001e
FS-Cache: One of the write operation paths doesn't set the object state
by David Howells
· 12 years ago
9c04caa
FS-Cache: Fix signal handling during waits
by David Howells
· 12 years ago
a4ff146
NFS4: Open files for fscaching
by David Howells
· 12 years ago
9696952
FS-Cache: Add transition to handle invalidate immediately after lookup
by David Howells
· 12 years ago
8c209ce
NFS: nfs_migrate_page() does not wait for FS-Cache to finish with a page
by David Howells
· 12 years ago
8d76349
FS-Cache: Exclusive op submission can BUG if there's been an I/O error
by David Howells
· 12 years ago
75bc411
FS-Cache: Limit the number of I/O error reports for a cache
by David Howells
· 12 years ago
c2d35bf
FS-Cache: Don't mask off the object event mask when printing it
by David Howells
· 12 years ago
03acc4b
FS-Cache: Initialise the object event mask with the calculated mask
by David Howells
· 12 years ago
b4cf1e0
CacheFiles: Add missing retrieval completions
by David Howells
· 12 years ago
de242c0
NFS: Use FS-Cache invalidation
by David Howells
· 12 years ago
9dc8d9b
CacheFiles: Implement invalidation
by David Howells
· 12 years ago
a02de96
VFS: Make more complete truncate operation available to CacheFiles
by David Howells
· 12 years ago
ef778e7
FS-Cache: Provide proper invalidation
by David Howells
· 12 years ago
9f10523
FS-Cache: Fix operation state management and accounting
by David Howells
· 12 years ago
ef46ed8
FS-Cache: Make cookie relinquishment wait for outstanding reads
by David Howells
· 12 years ago
37491a1
CacheFiles: Make some debugging statements conditional
by David Howells
· 12 years ago
0f972b5
FS-Cache: Check that there are no read ops when cookie relinquished
by David Howells
· 12 years ago
5f4f9f4
CacheFiles: Downgrade the requirements passed to the allocator
by David Howells
· 12 years ago
c4d6d8d
CacheFiles: Fix the marking of cached pages
by David Howells
· 12 years ago
c8cf464
hfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
41ddaee
bfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
1dc1834
affs: drop vmtruncate
by Marco Stornelli
· 12 years ago
6229518
adfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
a6ff037
ocfs2: drop vmtruncate
by Marco Stornelli
· 12 years ago
a8f5293
omfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
46f6955
procfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
cfac4b4
reiserfs: drop vmtruncate
by Marco Stornelli
· 12 years ago
fa4d62a
sysv: drop vmtruncate
by Marco Stornelli
· 12 years ago
83f6e37
ufs: drop vmtruncate
by Marco Stornelli
· 12 years ago
72651ca
fs: Fix imbalance in freeze protection in mark_files_ro()
by Jan Kara
· 12 years ago
39e3c95
vfs: remove DCACHE_NEED_LOOKUP
by Jeff Layton
· 12 years ago
741b7c3
path_init(): make -ENOTDIR failure exits consistent
by Al Viro
· 12 years ago
582aa64
vfs: remove unneeded permission check from path_init
by Jeff Layton
· 12 years ago
1e75529
vfs, freeze: use ACCESS_ONCE() to guard access to ->mnt_flags
by Miao Xie
· 12 years ago
ca2a88f
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
f6af75d
ceph: fix dentry reference leak in ceph_encode_fh()
by Cyril Roelandt
· 12 years ago
a2faf2f
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace
by Linus Torvalds
· 12 years ago
ea77d73
Merge branch 'for-linus' of git://git.open-osd.org/linux-open-osd
by Linus Torvalds
· 12 years ago
a22180d
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mason/linux-btrfs
by Linus Torvalds
· 12 years ago
2d4dce0
Merge tag 'nfs-for-3.8-1' of git://git.linux-nfs.org/projects/trondmy/linux-nfs
by Linus Torvalds
· 12 years ago
848b814
Merge branch 'akpm' (Andrew's patch-bomb)
by Linus Torvalds
· 12 years ago
e6dbcaf
fs, fanotify: add @mflags field to fanotify output
by Cyrill Gorcunov
· 12 years ago
be77196
fs, notify: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
711c7bf
fs, exportfs: add exportfs_encode_inode_fh() helper
by Cyrill Gorcunov
· 12 years ago
ab49bde
fs, exportfs: escape nil dereference if no s_export_op present
by Cyrill Gorcunov
· 12 years ago
138d22b
fs, epoll: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
cbac554
fs, eventfd: add procfs fdinfo helper
by Cyrill Gorcunov
· 12 years ago
55985dd
procfs: add ability to plug in auxiliary fdinfo providers
by Cyrill Gorcunov
· 12 years ago
cdd9fa8
ubifs: use prandom_bytes
by Akinobu Mita
· 12 years ago
d740269
exec: use -ELOOP for max recursion depth
by Kees Cook
· 12 years ago
8d23802
proc: pid/status: show all supplementary groups
by Artem Bityutskiy
· 12 years ago
2f4b3bf
/proc/pid/status: add "Seccomp" field
by Kees Cook
· 12 years ago
834f82e
procfs: add VmFlags field in smaps output
by Cyrill Gorcunov
· 12 years ago
7b9a7ec
proc: don't show nonexistent capabilities
by Andrew Vagin
· 12 years ago
c6c2037
fs/fat: strip "cp" prefix from codepage in display
by Dave Reisner
· 12 years ago
5b3d5ae
fat: ix mount option parsing
by Jan Kara
· 12 years ago
58156c8
fat: provide option for setting timezone offset
by Jan Kara
· 12 years ago
f562146
fat: notify when discard is not supported
by Namjae Jeon
· 12 years ago
6899e92
binfmt_elf: fix corner case kfree of uninitialized data
by Alan Cox
· 12 years ago
f9a00e8
procfs: use kbasename()
by Andy Shevchenko
· 12 years ago
Next »