Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
cf6ae8b50e0ee3f764392dadd1970e3f03c40773
/
fs
7557bc6
msdos fs: remove unsettable atari option
by Rene Scharfe
· 16 years ago
dcd8c53f
fat: small optimization to __fat_readdir()
by OGAWA Hirofumi
· 16 years ago
98a1516
fat: use same logic in fat_search_long() and __fat_readdir()
by OGAWA Hirofumi
· 16 years ago
d688611
fat: cleanup fs/fat/dir.c
by OGAWA Hirofumi
· 16 years ago
531f710
fat/dir.c: switch to struct __fat_dirent
by Adrian Bunk
· 16 years ago
8d44d97
fat: fix parse_options()
by OGAWA Hirofumi
· 16 years ago
3264d4d
reiserfs: remove double definitions of xattr macros
by Shen Feng
· 16 years ago
90415de
reiserfs: convert j_commit_lock to mutex
by Jeff Mahoney
· 16 years ago
afe7025
reiserfs: convert j_flush_sem to mutex
by Jeff Mahoney
· 16 years ago
f68215c
reiserfs: convert j_lock to mutex
by Jeff Mahoney
· 16 years ago
00b4419
reiserfs: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 16 years ago
4506567
reiserfs: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 16 years ago
5d4f7fd
reiserfs: fix synchronization of quota files in journal=data mode
by Jan Kara
· 16 years ago
895c23f
hfsplus: convert the extents_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
39f8d47
hfs: convert extents_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
3084b72
hfs: convert bitmap_lock in a mutex
by Matthias Kaehlcke
· 16 years ago
de0ca06
coda: remove CODA_FS_OLD_API
by Adrian Bunk
· 16 years ago
c0a1633
isofs: fix minor filesystem corruption
by Adam Greenblatt
· 16 years ago
275c0a8
ext3: validate directory entry data before use
by Duane Griffin
· 16 years ago
cbe5f46
jbd: don't abort if flushing file data failed
by Hidehiro Kawai
· 16 years ago
8ef2720
ext3: kill 2 useless magic numbers
by Li Zefan
· 16 years ago
fc80c44
jbd: positively dispose the unmapped data buffers in journal_commit_transaction()
by Toshiyuki Okajima
· 16 years ago
a10320e
jbd: unexport journal_update_superblock
by Adrian Bunk
· 16 years ago
3ccc316
ext3: handle deleting corrupted indirect blocks
by Duane Griffin
· 16 years ago
95450f5
ext3: don't read inode block if the buffer has a write error
by Hidehiro Kawai
· 16 years ago
ae76dd9
ext3: handle corrupted orphan list at mount
by Duane Griffin
· 16 years ago
ef1afd3
ext3: remove double definitions of xattr macros
by Shen Feng
· 16 years ago
3f31fdd
jbd: fix race between free buffer and commit transaction
by Mingming Cao
· 16 years ago
9ebfbe9
ext3: improve some code in rb tree part of dir.c
by Shen Feng
· 16 years ago
1984bb7
jbd: tidy up revoke cache initialisation and destruction
by Duane Griffin
· 16 years ago
f4d79ca
jbd: eliminate duplicated code in revocation table init/destroy functions
by Duane Griffin
· 16 years ago
3850f7a
jbd: replace potentially false assertion with if block
by Duane Griffin
· 16 years ago
d06bf1d
ext3: correct mount option parsing to detect when quota options can be changed
by Jan Kara
· 16 years ago
99aeaf6
ext3: fix typos in messages and comments (journalled -> journaled)
by Jan Kara
· 16 years ago
9cfe7b9
ext3: fix synchronization of quota files in journal=data mode
by Jan Kara
· 16 years ago
f905f06
ext2: remove double definitions of xattr macros
by Shen Feng
· 16 years ago
fb523f3
minix: remove !NO_TRUNCATE code
by Adrian Bunk
· 16 years ago
ba92a43
exec: remove some includes
by Hugh Dickins
· 16 years ago
b7bbf8f
fs: ldm.[ch] use get_unaligned_* helpers
by Harvey Harrison
· 16 years ago
fb2e405
fix fs/nfs/nfsroot.c compilation
by Adrian Bunk
· 16 years ago
f924727
UFS: add const to parser token table
by Steven Whitehouse
· 16 years ago
aa55ddf
autofs4: remove unused ioctls
by Ian Kent
· 16 years ago
06a3598
autofs4: reorganize expire pending wait function calls
by Ian Kent
· 16 years ago
ec6e8c7
autofs4: fix direct mount pending expire race - correction
by Ian Kent
· 16 years ago
6e60a9a
autofs4: fix direct mount pending expire race
by Ian Kent
· 16 years ago
97e7449
autofs4: fix indirect mount pending expire race
by Ian Kent
· 16 years ago
26e81b3
autofs4: fix pending checks
by Ian Kent
· 16 years ago
ff9cd49
autofs4: cleanup redundant readir code
by Ian Kent
· 16 years ago
c72305b
autofs4: indirect dentry must almost always be positive
by Ian Kent
· 16 years ago
eb3b176
autofs4: detect invalid direct mount requests
by Ian Kent
· 16 years ago
296f7bf
autofs4: fix waitq memory leak
by Ian Kent
· 16 years ago
e64be33
autofs4: check kernel communication pipe is valid for write
by Ian Kent
· 16 years ago
f4c7da0
autofs4: add missing kfree
by Ian Kent
· 16 years ago
a1362fe
autofs4: fix pending mount race
by Ian Kent
· 16 years ago
5a11d4d
autofs4: fix waitq locking
by Ian Kent
· 16 years ago
70b52a0
autofs4: use struct qstr in waitq.c
by Jeff Moyer
· 16 years ago
6d5cb92
autofs4: use lookup intent flags to trigger mounts
by Ian Kent
· 16 years ago
c432c25
autofs4: don't release directory mutex if called in oz_mode
by Ian Kent
· 16 years ago
ef581a7
autofs4: fix symlink name allocation
by Ian Kent
· 16 years ago
2576737
autofs4: use look aside list for lookups
by Ian Kent
· 16 years ago
caf7da3
autofs4: revert - redo lookup in ttfd
by Ian Kent
· 16 years ago
5f6f4f2
autofs4: don't make expiring dentry negative
by Ian Kent
· 16 years ago
391b52f
eCryptfs: Make all persistent file opens delayed
by Michael Halcrow
· 16 years ago
72b55ff
eCryptfs: do not try to open device files on mknod
by Michael Halcrow
· 16 years ago
0a688ad
ecryptfs: inode.c mmap.c use unaligned byteorder helpers
by Harvey Harrison
· 16 years ago
29335c6
ecryptfs: crypto.c use unaligned byteorder helpers
by Harvey Harrison
· 16 years ago
8f23680
ecryptfs: string copy cleanup
by Miklos Szeredi
· 16 years ago
982363c
ecryptfs: propagate key errors up at mount time
by Eric Sandeen
· 16 years ago
6c4c17b
ecryptfs: discard ecryptfsd registration messages in miscdev
by Tyler Hicks
· 16 years ago
746f1e5
eCryptfs: Privileged kthread for lower file opens
by Michael Halcrow
· 16 years ago
9fe5ad9
flag parameters add-on: remove epoll_create size param
by Ulrich Drepper
· 16 years ago
e38b36f
flag parameters: check magic constants
by Ulrich Drepper
· 16 years ago
510df2d
flag parameters: NONBLOCK in inotify_init
by Ulrich Drepper
· 16 years ago
be61a86
flag parameters: NONBLOCK in pipe
by Ulrich Drepper
· 16 years ago
6b1ef0e
flag parameters: NONBLOCK in timerfd_create
by Ulrich Drepper
· 16 years ago
e7d476d
flag parameters: NONBLOCK in eventfd
by Ulrich Drepper
· 16 years ago
5fb5e04
flag parameters: NONBLOCK in signalfd
by Ulrich Drepper
· 16 years ago
99829b8
flag parameters: NONBLOCK in anon_inode_getfd
by Ulrich Drepper
· 16 years ago
4006553
flag parameters: inotify_init
by Ulrich Drepper
· 16 years ago
ed8cae8
flag parameters: pipe
by Ulrich Drepper
· 16 years ago
336dd1f
flag parameters: dup2
by Ulrich Drepper
· 16 years ago
a0998b5
flag parameters: epoll_create
by Ulrich Drepper
· 16 years ago
11fcb6c
flag parameters: timerfd_create
by Ulrich Drepper
· 16 years ago
b087498e
flag parameters: eventfd
by Ulrich Drepper
· 16 years ago
9deb27b
flag parameters: signalfd
by Ulrich Drepper
· 16 years ago
7d9dbca
flag parameters: anon_inode_getfd extension
by Ulrich Drepper
· 16 years ago
6e2c10a
binfmt_misc: use simple_read_from_buffer()
by Akinobu Mita
· 16 years ago
f4a67cc
fs: check for statfs overflow
by Jon Tollefson
· 16 years ago
a137e1c
hugetlbfs: per mount huge page sizes
by Andi Kleen
· 16 years ago
a551643
hugetlb: modular state for hugetlb page size
by Andi Kleen
· 16 years ago
a47a126
vmallocinfo: add NUMA information
by Eric Dumazet
· 16 years ago
cce7708
SYNC_FILE_RANGE_WRITE may and will block. Document that.
by Pavel Machek
· 16 years ago
04f2cbe
hugetlb: guarantee that COW faults for a process that called mmap(MAP_PRIVATE) on hugetlbfs will succeed
by Mel Gorman
· 16 years ago
a1e7877
hugetlb: reserve huge pages for reliable MAP_PRIVATE hugetlbfs mappings until fork()
by Mel Gorman
· 16 years ago
da3bbdd
fix soft lock up at NFS mount via per-SB LRU-list of unused dentries
by Kentaro Makita
· 16 years ago
42b7772
mm: remove double indirection on tlb parameter to free_pgd_range() & Co
by Jan Beulich
· 16 years ago
c748e13
mm/vmstat.c: proper externs
by Adrian Bunk
· 16 years ago
c010b2f
Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6
by Linus Torvalds
· 16 years ago
8086cd4
netns: make get_proc_net() static
by Adrian Bunk
· 16 years ago
53baaaa
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
by Linus Torvalds
· 16 years ago
Next »